Shades of Light Slate Blue #9A62FA
Tints of Light Slate Blue #9A62FA
RGB
CMYK
RGB Variations
Color information
#9A62FA (or 0x9A62FA) is known color: Light Slate Blue. HEX triplet: 9A, 62 and FA. RGB value is (154,98,250). Sum of RGB (Red+Green+Blue) = 154+98+250=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A62FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A62FA is #659D05. Grayscale: #838383. Windows color (decimal): -6659334 or 16409242. OLE color: 16409242.
HSL color Cylindrical-coordinate representation of color #9A62FA: hue angle of 262.11º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A62FA is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 98 | 250 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.02 |
| HSL | 262.11º | 0.94% | 0.68% | - |
| HSV(B) | 262.11º | 0.61% | 0.98% | - |
| XYZ | 34.95 | 22.51 | 92.94 | - |
| YUV | 132.07 | 194.55 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 250 | 0.38 | 0.61 | 0 | 0.02 | 262.11 | 0.94 | 0.68 |
| Hex | 9A | 62 | FA | 26 | 3D | 0 | 2 | 106 | 5E | 44 |
| Octal | 232 | 142 | 372 | 46 | 75 | 0 | 2 | 406 | 136 | 104 |
| Binary | 10011010 | 1100010 | 11111010 | 100110 | 111101 | 0 | 10 | 100000110 | 1011110 | 1000100 |
Color Harmonies of #9A62FA
Complementary color
Monochromatic Colors of #9A62FA
Black with #9A62FA
Text Example
Text Example
White with #9A62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A62FA; }
p { color: rgb(154,98,250); }
H1.HeaderClassName
{
color: #9A62FA;
}
.AnyTagClassName
{
color: #9A62FA;
}
</style>
background-color css
<style>
a { background-color: #9A62FA; }
a { background-color: rgb(154,98,250); }
div.DivClassName
{
background-color: #9A62FA;
}
.BgClassName
{
background-color: #9A62FA;
}
</style>
border-color css
<style>
span { border-color: #9A62FA; }
span { border-color: rgb(154,98,250); }
td.TdClassName
{
border-color: #9A62FA;
}
.TagClassName
{
border-color: #9A62FA;
}
</style>