Shades of Light Slate Blue #9A79FC
Tints of Light Slate Blue #9A79FC
RGB
CMYK
RGB Variations
Color information
#9A79FC (or 0x9A79FC) is known color: Light Slate Blue. HEX triplet: 9A, 79 and FC. RGB value is (154,121,252). Sum of RGB (Red+Green+Blue) = 154+121+252=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A79FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A79FC is #658603. Grayscale: #919191. Windows color (decimal): -6653444 or 16546202. OLE color: 16546202.
HSL color Cylindrical-coordinate representation of color #9A79FC: hue angle of 255.11º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A79FC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 121 | 252 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.01 |
| HSL | 255.11º | 0.96% | 0.73% | - |
| HSV(B) | 255.11º | 0.52% | 0.99% | - |
| XYZ | 37.73 | 27.57 | 95.43 | - |
| YUV | 145.8 | 187.93 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 252 | 0.39 | 0.52 | 0 | 0.01 | 255.11 | 0.96 | 0.73 |
| Hex | 9A | 79 | FC | 27 | 34 | 0 | 1 | FF | 60 | 49 |
| Octal | 232 | 171 | 374 | 47 | 64 | 0 | 1 | 377 | 140 | 111 |
| Binary | 10011010 | 1111001 | 11111100 | 100111 | 110100 | 0 | 1 | 11111111 | 1100000 | 1001001 |
Color Harmonies of #9A79FC
Complementary color
Monochromatic Colors of #9A79FC
Black with #9A79FC
Text Example
Text Example
White with #9A79FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A79FC; }
p { color: rgb(154,121,252); }
H1.HeaderClassName
{
color: #9A79FC;
}
.AnyTagClassName
{
color: #9A79FC;
}
</style>
background-color css
<style>
a { background-color: #9A79FC; }
a { background-color: rgb(154,121,252); }
div.DivClassName
{
background-color: #9A79FC;
}
.BgClassName
{
background-color: #9A79FC;
}
</style>
border-color css
<style>
span { border-color: #9A79FC; }
span { border-color: rgb(154,121,252); }
td.TdClassName
{
border-color: #9A79FC;
}
.TagClassName
{
border-color: #9A79FC;
}
</style>