Shades of Light Slate Blue #8F92FE
Tints of Light Slate Blue #8F92FE
RGB
CMYK
RGB Variations
Color information
#8F92FE (or 0x8F92FE) is known color: Light Slate Blue. HEX triplet: 8F, 92 and FE. RGB value is (143,146,254). Sum of RGB (Red+Green+Blue) = 143+146+254=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92FE is #706D01. Grayscale: #9C9C9C. Windows color (decimal): -7367938 or 16683663. OLE color: 16683663.
HSL color Cylindrical-coordinate representation of color #8F92FE: hue angle of 238.38º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F92FE is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 146 | 254 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.00 |
| HSL | 238.38º | 0.98% | 0.78% | - |
| HSV(B) | 238.38º | 0.44% | 1% | - |
| XYZ | 39.5 | 33.55 | 98.16 | - |
| YUV | 157.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 254 | 0.44 | 0.43 | 0 | 0.00 | 238.38 | 0.98 | 0.78 |
| Hex | 8F | 92 | FE | 2C | 2B | 0 | 0 | EE | 62 | 4E |
| Octal | 217 | 222 | 376 | 54 | 53 | 0 | 0 | 356 | 142 | 116 |
| Binary | 10001111 | 10010010 | 11111110 | 101100 | 101011 | 0 | 0 | 11101110 | 1100010 | 1001110 |
Color Harmonies of #8F92FE
Complementary color
Monochromatic Colors of #8F92FE
Black with #8F92FE
Text Example
Text Example
White with #8F92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92FE; }
p { color: rgb(143,146,254); }
H1.HeaderClassName
{
color: #8F92FE;
}
.AnyTagClassName
{
color: #8F92FE;
}
</style>
background-color css
<style>
a { background-color: #8F92FE; }
a { background-color: rgb(143,146,254); }
div.DivClassName
{
background-color: #8F92FE;
}
.BgClassName
{
background-color: #8F92FE;
}
</style>
border-color css
<style>
span { border-color: #8F92FE; }
span { border-color: rgb(143,146,254); }
td.TdClassName
{
border-color: #8F92FE;
}
.TagClassName
{
border-color: #8F92FE;
}
</style>