Shades of Light Slate Blue #928EFD
Tints of Light Slate Blue #928EFD
RGB
CMYK
RGB Variations
Color information
#928EFD (or 0x928EFD) is known color: Light Slate Blue. HEX triplet: 92, 8E and FD. RGB value is (146,142,253). Sum of RGB (Red+Green+Blue) = 146+142+253=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #928EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EFD is #6D7102. Grayscale: #9B9B9B. Windows color (decimal): -7172355 or 16617106. OLE color: 16617106.
HSL color Cylindrical-coordinate representation of color #928EFD: hue angle of 242.16º degrees, saturation: 0.97, 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 #928EFD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 142 | 253 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.01 |
| HSL | 242.16º | 0.97% | 0.77% | - |
| HSV(B) | 242.16º | 0.44% | 0.99% | - |
| XYZ | 39.26 | 32.55 | 97.14 | - |
| YUV | 155.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 253 | 0.42 | 0.44 | 0 | 0.01 | 242.16 | 0.97 | 0.77 |
| Hex | 92 | 8E | FD | 2A | 2C | 0 | 1 | F2 | 61 | 4D |
| Octal | 222 | 216 | 375 | 52 | 54 | 0 | 1 | 362 | 141 | 115 |
| Binary | 10010010 | 10001110 | 11111101 | 101010 | 101100 | 0 | 1 | 11110010 | 1100001 | 1001101 |
Color Harmonies of #928EFD
Complementary color
Monochromatic Colors of #928EFD
Black with #928EFD
Text Example
Text Example
White with #928EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EFD; }
p { color: rgb(146,142,253); }
H1.HeaderClassName
{
color: #928EFD;
}
.AnyTagClassName
{
color: #928EFD;
}
</style>
background-color css
<style>
a { background-color: #928EFD; }
a { background-color: rgb(146,142,253); }
div.DivClassName
{
background-color: #928EFD;
}
.BgClassName
{
background-color: #928EFD;
}
</style>
border-color css
<style>
span { border-color: #928EFD; }
span { border-color: rgb(146,142,253); }
td.TdClassName
{
border-color: #928EFD;
}
.TagClassName
{
border-color: #928EFD;
}
</style>