Shades of Light Slate Blue #9069F4
Tints of Light Slate Blue #9069F4
RGB
CMYK
RGB Variations
Color information
#9069F4 (or 0x9069F4) is known color: Light Slate Blue. HEX triplet: 90, 69 and F4. RGB value is (144,105,244). Sum of RGB (Red+Green+Blue) = 144+105+244=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #9069F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069F4 is #6F960B. Grayscale: #838383. Windows color (decimal): -7312908 or 16017808. OLE color: 16017808.
HSL color Cylindrical-coordinate representation of color #9069F4: hue angle of 256.83º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9069F4 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 105 | 244 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.04 |
| HSL | 256.83º | 0.86% | 0.68% | - |
| HSV(B) | 256.83º | 0.57% | 0.96% | - |
| XYZ | 32.88 | 22.56 | 88.21 | - |
| YUV | 132.51 | 190.92 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 244 | 0.41 | 0.57 | 0 | 0.04 | 256.83 | 0.86 | 0.68 |
| Hex | 90 | 69 | F4 | 29 | 39 | 0 | 4 | 101 | 56 | 44 |
| Octal | 220 | 151 | 364 | 51 | 71 | 0 | 4 | 401 | 126 | 104 |
| Binary | 10010000 | 1101001 | 11110100 | 101001 | 111001 | 0 | 100 | 100000001 | 1010110 | 1000100 |
Color Harmonies of #9069F4
Complementary color
Monochromatic Colors of #9069F4
Black with #9069F4
Text Example
Text Example
White with #9069F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069F4; }
p { color: rgb(144,105,244); }
H1.HeaderClassName
{
color: #9069F4;
}
.AnyTagClassName
{
color: #9069F4;
}
</style>
background-color css
<style>
a { background-color: #9069F4; }
a { background-color: rgb(144,105,244); }
div.DivClassName
{
background-color: #9069F4;
}
.BgClassName
{
background-color: #9069F4;
}
</style>
border-color css
<style>
span { border-color: #9069F4; }
span { border-color: rgb(144,105,244); }
td.TdClassName
{
border-color: #9069F4;
}
.TagClassName
{
border-color: #9069F4;
}
</style>