Shades of Light Slate Blue #9A79FA
Tints of Light Slate Blue #9A79FA
RGB
CMYK
RGB Variations
Color information
#9A79FA (or 0x9A79FA) is known color: Light Slate Blue. HEX triplet: 9A, 79 and FA. RGB value is (154,121,250). Sum of RGB (Red+Green+Blue) = 154+121+250=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A79FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A79FA is #658605. Grayscale: #919191. Windows color (decimal): -6653446 or 16415130. OLE color: 16415130.
HSL color Cylindrical-coordinate representation of color #9A79FA: hue angle of 255.35º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A79FA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 121 | 250 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.02 |
| HSL | 255.35º | 0.93% | 0.73% | - |
| HSV(B) | 255.35º | 0.52% | 0.98% | - |
| XYZ | 37.42 | 27.45 | 93.77 | - |
| YUV | 145.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 250 | 0.38 | 0.52 | 0 | 0.02 | 255.35 | 0.93 | 0.73 |
| Hex | 9A | 79 | FA | 26 | 34 | 0 | 2 | FF | 5D | 49 |
| Octal | 232 | 171 | 372 | 46 | 64 | 0 | 2 | 377 | 135 | 111 |
| Binary | 10011010 | 1111001 | 11111010 | 100110 | 110100 | 0 | 10 | 11111111 | 1011101 | 1001001 |
Color Harmonies of #9A79FA
Complementary color
Monochromatic Colors of #9A79FA
Black with #9A79FA
Text Example
Text Example
White with #9A79FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A79FA; }
p { color: rgb(154,121,250); }
H1.HeaderClassName
{
color: #9A79FA;
}
.AnyTagClassName
{
color: #9A79FA;
}
</style>
background-color css
<style>
a { background-color: #9A79FA; }
a { background-color: rgb(154,121,250); }
div.DivClassName
{
background-color: #9A79FA;
}
.BgClassName
{
background-color: #9A79FA;
}
</style>
border-color css
<style>
span { border-color: #9A79FA; }
span { border-color: rgb(154,121,250); }
td.TdClassName
{
border-color: #9A79FA;
}
.TagClassName
{
border-color: #9A79FA;
}
</style>