Shades of Light Slate Blue #7B65FF
Tints of Light Slate Blue #7B65FF
RGB
CMYK
RGB Variations
Color information
#7B65FF (or 0x7B65FF) is known color: Light Slate Blue. HEX triplet: 7B, 65 and FF. RGB value is (123,101,255). Sum of RGB (Red+Green+Blue) = 123+101+255=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B65FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B65FF is #849A00. Grayscale: #7C7C7C. Windows color (decimal): -8690177 or 16737659. OLE color: 16737659.
HSL color Cylindrical-coordinate representation of color #7B65FF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B65FF is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 101 | 255 | - |
| CMYK | 0.52 | 0.60 | 0 | 0 |
| HSL | 248.57º | 1% | 0.7% | - |
| HSV(B) | 248.57º | 0.6% | 1% | - |
| XYZ | 30.87 | 20.74 | 96.98 | - |
| YUV | 125.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 255 | 0.52 | 0.60 | 0 | 0 | 248.57 | 1 | 0.7 |
| Hex | 7B | 65 | FF | 34 | 3C | 0 | 0 | F9 | 64 | 46 |
| Octal | 173 | 145 | 377 | 64 | 74 | 0 | 0 | 371 | 144 | 106 |
| Binary | 1111011 | 1100101 | 11111111 | 110100 | 111100 | 0 | 0 | 11111001 | 1100100 | 1000110 |
Color Harmonies of #7B65FF
Complementary color
Monochromatic Colors of #7B65FF
Black with #7B65FF
Text Example
Text Example
White with #7B65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B65FF; }
p { color: rgb(123,101,255); }
H1.HeaderClassName
{
color: #7B65FF;
}
.AnyTagClassName
{
color: #7B65FF;
}
</style>
background-color css
<style>
a { background-color: #7B65FF; }
a { background-color: rgb(123,101,255); }
div.DivClassName
{
background-color: #7B65FF;
}
.BgClassName
{
background-color: #7B65FF;
}
</style>
border-color css
<style>
span { border-color: #7B65FF; }
span { border-color: rgb(123,101,255); }
td.TdClassName
{
border-color: #7B65FF;
}
.TagClassName
{
border-color: #7B65FF;
}
</style>