Shades of Light Slate Blue #7B62FE
Tints of Light Slate Blue #7B62FE
RGB
CMYK
RGB Variations
Color information
#7B62FE (or 0x7B62FE) is known color: Light Slate Blue. HEX triplet: 7B, 62 and FE. RGB value is (123,98,254). Sum of RGB (Red+Green+Blue) = 123+98+254=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B62FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B62FE is #849D01. Grayscale: #7A7A7A. Windows color (decimal): -8690946 or 16671355. OLE color: 16671355.
HSL color Cylindrical-coordinate representation of color #7B62FE: hue angle of 249.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B62FE is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 98 | 254 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.00 |
| HSL | 249.62º | 0.99% | 0.69% | - |
| HSV(B) | 249.62º | 0.61% | 1% | - |
| XYZ | 30.43 | 20.1 | 96.04 | - |
| YUV | 123.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 254 | 0.52 | 0.61 | 0 | 0.00 | 249.62 | 0.99 | 0.69 |
| Hex | 7B | 62 | FE | 34 | 3D | 0 | 0 | FA | 63 | 45 |
| Octal | 173 | 142 | 376 | 64 | 75 | 0 | 0 | 372 | 143 | 105 |
| Binary | 1111011 | 1100010 | 11111110 | 110100 | 111101 | 0 | 0 | 11111010 | 1100011 | 1000101 |
Color Harmonies of #7B62FE
Complementary color
Monochromatic Colors of #7B62FE
Black with #7B62FE
Text Example
Text Example
White with #7B62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B62FE; }
p { color: rgb(123,98,254); }
H1.HeaderClassName
{
color: #7B62FE;
}
.AnyTagClassName
{
color: #7B62FE;
}
</style>
background-color css
<style>
a { background-color: #7B62FE; }
a { background-color: rgb(123,98,254); }
div.DivClassName
{
background-color: #7B62FE;
}
.BgClassName
{
background-color: #7B62FE;
}
</style>
border-color css
<style>
span { border-color: #7B62FE; }
span { border-color: rgb(123,98,254); }
td.TdClassName
{
border-color: #7B62FE;
}
.TagClassName
{
border-color: #7B62FE;
}
</style>