Shades of Light Slate Blue #926CFD
Tints of Light Slate Blue #926CFD
RGB
CMYK
RGB Variations
Color information
#926CFD (or 0x926CFD) is known color: Light Slate Blue. HEX triplet: 92, 6C and FD. RGB value is (146,108,253). Sum of RGB (Red+Green+Blue) = 146+108+253=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #926CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926CFD is #6D9302. Grayscale: #878787. Windows color (decimal): -7181059 or 16608402. OLE color: 16608402.
HSL color Cylindrical-coordinate representation of color #926CFD: hue angle of 255.72º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #926CFD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 108 | 253 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.01 |
| HSL | 255.72º | 0.97% | 0.71% | - |
| HSV(B) | 255.72º | 0.57% | 0.99% | - |
| XYZ | 34.95 | 23.93 | 95.71 | - |
| YUV | 135.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 253 | 0.42 | 0.57 | 0 | 0.01 | 255.72 | 0.97 | 0.71 |
| Hex | 92 | 6C | FD | 2A | 39 | 0 | 1 | 100 | 61 | 47 |
| Octal | 222 | 154 | 375 | 52 | 71 | 0 | 1 | 400 | 141 | 107 |
| Binary | 10010010 | 1101100 | 11111101 | 101010 | 111001 | 0 | 1 | 100000000 | 1100001 | 1000111 |
Color Harmonies of #926CFD
Complementary color
Monochromatic Colors of #926CFD
Black with #926CFD
Text Example
Text Example
White with #926CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CFD; }
p { color: rgb(146,108,253); }
H1.HeaderClassName
{
color: #926CFD;
}
.AnyTagClassName
{
color: #926CFD;
}
</style>
background-color css
<style>
a { background-color: #926CFD; }
a { background-color: rgb(146,108,253); }
div.DivClassName
{
background-color: #926CFD;
}
.BgClassName
{
background-color: #926CFD;
}
</style>
border-color css
<style>
span { border-color: #926CFD; }
span { border-color: rgb(146,108,253); }
td.TdClassName
{
border-color: #926CFD;
}
.TagClassName
{
border-color: #926CFD;
}
</style>