Shades of Light Slate Blue #906FFC
Tints of Light Slate Blue #906FFC
RGB
CMYK
RGB Variations
Color information
#906FFC (or 0x906FFC) is known color: Light Slate Blue. HEX triplet: 90, 6F and FC. RGB value is (144,111,252). Sum of RGB (Red+Green+Blue) = 144+111+252=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #906FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FFC is #6F9003. Grayscale: #888888. Windows color (decimal): -7311364 or 16543632. OLE color: 16543632.
HSL color Cylindrical-coordinate representation of color #906FFC: hue angle of 254.04º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #906FFC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 111 | 252 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.01 |
| HSL | 254.04º | 0.96% | 0.71% | - |
| HSV(B) | 254.04º | 0.56% | 0.99% | - |
| XYZ | 34.76 | 24.33 | 94.96 | - |
| YUV | 136.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 252 | 0.43 | 0.56 | 0 | 0.01 | 254.04 | 0.96 | 0.71 |
| Hex | 90 | 6F | FC | 2B | 38 | 0 | 1 | FE | 60 | 47 |
| Octal | 220 | 157 | 374 | 53 | 70 | 0 | 1 | 376 | 140 | 107 |
| Binary | 10010000 | 1101111 | 11111100 | 101011 | 111000 | 0 | 1 | 11111110 | 1100000 | 1000111 |
Color Harmonies of #906FFC
Complementary color
Monochromatic Colors of #906FFC
Black with #906FFC
Text Example
Text Example
White with #906FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FFC; }
p { color: rgb(144,111,252); }
H1.HeaderClassName
{
color: #906FFC;
}
.AnyTagClassName
{
color: #906FFC;
}
</style>
background-color css
<style>
a { background-color: #906FFC; }
a { background-color: rgb(144,111,252); }
div.DivClassName
{
background-color: #906FFC;
}
.BgClassName
{
background-color: #906FFC;
}
</style>
border-color css
<style>
span { border-color: #906FFC; }
span { border-color: rgb(144,111,252); }
td.TdClassName
{
border-color: #906FFC;
}
.TagClassName
{
border-color: #906FFC;
}
</style>