Shades of Light Slate Blue #9079F4
Tints of Light Slate Blue #9079F4
RGB
CMYK
RGB Variations
Color information
#9079F4 (or 0x9079F4) is known color: Light Slate Blue. HEX triplet: 90, 79 and F4. RGB value is (144,121,244). Sum of RGB (Red+Green+Blue) = 144+121+244=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #9079F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079F4 is #6F860B. Grayscale: #8D8D8D. Windows color (decimal): -7308812 or 16021904. OLE color: 16021904.
HSL color Cylindrical-coordinate representation of color #9079F4: hue angle of 251.22º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9079F4 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 121 | 244 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.04 |
| HSL | 251.22º | 0.85% | 0.72% | - |
| HSV(B) | 251.22º | 0.5% | 0.96% | - |
| XYZ | 34.67 | 26.14 | 88.81 | - |
| YUV | 141.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 244 | 0.41 | 0.50 | 0 | 0.04 | 251.22 | 0.85 | 0.72 |
| Hex | 90 | 79 | F4 | 29 | 32 | 0 | 4 | FB | 55 | 48 |
| Octal | 220 | 171 | 364 | 51 | 62 | 0 | 4 | 373 | 125 | 110 |
| Binary | 10010000 | 1111001 | 11110100 | 101001 | 110010 | 0 | 100 | 11111011 | 1010101 | 1001000 |
Color Harmonies of #9079F4
Complementary color
Monochromatic Colors of #9079F4
Black with #9079F4
Text Example
Text Example
White with #9079F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079F4; }
p { color: rgb(144,121,244); }
H1.HeaderClassName
{
color: #9079F4;
}
.AnyTagClassName
{
color: #9079F4;
}
</style>
background-color css
<style>
a { background-color: #9079F4; }
a { background-color: rgb(144,121,244); }
div.DivClassName
{
background-color: #9079F4;
}
.BgClassName
{
background-color: #9079F4;
}
</style>
border-color css
<style>
span { border-color: #9079F4; }
span { border-color: rgb(144,121,244); }
td.TdClassName
{
border-color: #9079F4;
}
.TagClassName
{
border-color: #9079F4;
}
</style>