Shades of Light Slate Blue #928EFC
Tints of Light Slate Blue #928EFC
RGB
CMYK
RGB Variations
Color information
#928EFC (or 0x928EFC) is known color: Light Slate Blue. HEX triplet: 92, 8E and FC. RGB value is (146,142,252). Sum of RGB (Red+Green+Blue) = 146+142+252=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #928EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EFC is #6D7103. Grayscale: #9B9B9B. Windows color (decimal): -7172356 or 16551570. OLE color: 16551570.
HSL color Cylindrical-coordinate representation of color #928EFC: hue angle of 242.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #928EFC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 142 | 252 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.01 |
| HSL | 242.18º | 0.95% | 0.77% | - |
| HSV(B) | 242.18º | 0.44% | 0.99% | - |
| XYZ | 39.1 | 32.49 | 96.31 | - |
| YUV | 155.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 252 | 0.42 | 0.44 | 0 | 0.01 | 242.18 | 0.95 | 0.77 |
| Hex | 92 | 8E | FC | 2A | 2C | 0 | 1 | F2 | 5F | 4D |
| Octal | 222 | 216 | 374 | 52 | 54 | 0 | 1 | 362 | 137 | 115 |
| Binary | 10010010 | 10001110 | 11111100 | 101010 | 101100 | 0 | 1 | 11110010 | 1011111 | 1001101 |
Color Harmonies of #928EFC
Complementary color
Monochromatic Colors of #928EFC
Black with #928EFC
Text Example
Text Example
White with #928EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EFC; }
p { color: rgb(146,142,252); }
H1.HeaderClassName
{
color: #928EFC;
}
.AnyTagClassName
{
color: #928EFC;
}
</style>
background-color css
<style>
a { background-color: #928EFC; }
a { background-color: rgb(146,142,252); }
div.DivClassName
{
background-color: #928EFC;
}
.BgClassName
{
background-color: #928EFC;
}
</style>
border-color css
<style>
span { border-color: #928EFC; }
span { border-color: rgb(146,142,252); }
td.TdClassName
{
border-color: #928EFC;
}
.TagClassName
{
border-color: #928EFC;
}
</style>