Shades of Light Slate Blue #906AFE
Tints of Light Slate Blue #906AFE
RGB
CMYK
RGB Variations
Color information
#906AFE (or 0x906AFE) is known color: Light Slate Blue. HEX triplet: 90, 6A and FE. RGB value is (144,106,254). Sum of RGB (Red+Green+Blue) = 144+106+254=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #906AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906AFE is #6F9501. Grayscale: #858585. Windows color (decimal): -7312642 or 16673424. OLE color: 16673424.
HSL color Cylindrical-coordinate representation of color #906AFE: hue angle of 255.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #906AFE is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 106 | 254 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.00 |
| HSL | 255.41º | 0.99% | 0.71% | - |
| HSV(B) | 255.41º | 0.58% | 1% | - |
| XYZ | 34.55 | 23.39 | 96.46 | - |
| YUV | 134.23 | 195.59 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 254 | 0.43 | 0.58 | 0 | 0.00 | 255.41 | 0.99 | 0.71 |
| Hex | 90 | 6A | FE | 2B | 3A | 0 | 0 | FF | 63 | 47 |
| Octal | 220 | 152 | 376 | 53 | 72 | 0 | 0 | 377 | 143 | 107 |
| Binary | 10010000 | 1101010 | 11111110 | 101011 | 111010 | 0 | 0 | 11111111 | 1100011 | 1000111 |
Color Harmonies of #906AFE
Complementary color
Monochromatic Colors of #906AFE
Black with #906AFE
Text Example
Text Example
White with #906AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906AFE; }
p { color: rgb(144,106,254); }
H1.HeaderClassName
{
color: #906AFE;
}
.AnyTagClassName
{
color: #906AFE;
}
</style>
background-color css
<style>
a { background-color: #906AFE; }
a { background-color: rgb(144,106,254); }
div.DivClassName
{
background-color: #906AFE;
}
.BgClassName
{
background-color: #906AFE;
}
</style>
border-color css
<style>
span { border-color: #906AFE; }
span { border-color: rgb(144,106,254); }
td.TdClassName
{
border-color: #906AFE;
}
.TagClassName
{
border-color: #906AFE;
}
</style>