Shades of Light Slate Blue #8F92FF
Tints of Light Slate Blue #8F92FF
RGB
CMYK
RGB Variations
Color information
#8F92FF (or 0x8F92FF) is known color: Light Slate Blue. HEX triplet: 8F, 92 and FF. RGB value is (143,146,255). Sum of RGB (Red+Green+Blue) = 143+146+255=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F92FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92FF is #706D00. Grayscale: #9D9D9D. Windows color (decimal): -7367937 or 16749199. OLE color: 16749199.
HSL color Cylindrical-coordinate representation of color #8F92FF: hue angle of 238.39º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F92FF is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 146 | 255 | - |
| CMYK | 0.44 | 0.43 | 0 | 0 |
| HSL | 238.39º | 1% | 0.78% | - |
| HSV(B) | 238.39º | 0.44% | 1% | - |
| XYZ | 39.66 | 33.62 | 99.01 | - |
| YUV | 157.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 255 | 0.44 | 0.43 | 0 | 0 | 238.39 | 1 | 0.78 |
| Hex | 8F | 92 | FF | 2C | 2B | 0 | 0 | EE | 64 | 4E |
| Octal | 217 | 222 | 377 | 54 | 53 | 0 | 0 | 356 | 144 | 116 |
| Binary | 10001111 | 10010010 | 11111111 | 101100 | 101011 | 0 | 0 | 11101110 | 1100100 | 1001110 |
Color Harmonies of #8F92FF
Complementary color
Monochromatic Colors of #8F92FF
Black with #8F92FF
Text Example
Text Example
White with #8F92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F92FF; }
p { color: rgb(143,146,255); }
H1.HeaderClassName
{
color: #8F92FF;
}
.AnyTagClassName
{
color: #8F92FF;
}
</style>
background-color css
<style>
a { background-color: #8F92FF; }
a { background-color: rgb(143,146,255); }
div.DivClassName
{
background-color: #8F92FF;
}
.BgClassName
{
background-color: #8F92FF;
}
</style>
border-color css
<style>
span { border-color: #8F92FF; }
span { border-color: rgb(143,146,255); }
td.TdClassName
{
border-color: #8F92FF;
}
.TagClassName
{
border-color: #8F92FF;
}
</style>