Shades of Light Slate Blue #9A70FB
Tints of Light Slate Blue #9A70FB
RGB
CMYK
RGB Variations
Color information
#9A70FB (or 0x9A70FB) is known color: Light Slate Blue. HEX triplet: 9A, 70 and FB. RGB value is (154,112,251). Sum of RGB (Red+Green+Blue) = 154+112+251=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A70FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A70FB is #658F04. Grayscale: #8B8B8B. Windows color (decimal): -6655749 or 16478362. OLE color: 16478362.
HSL color Cylindrical-coordinate representation of color #9A70FB: hue angle of 258.13º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A70FB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 112 | 251 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.02 |
| HSL | 258.13º | 0.95% | 0.71% | - |
| HSV(B) | 258.13º | 0.55% | 0.98% | - |
| XYZ | 36.53 | 25.42 | 94.25 | - |
| YUV | 140.4 | 190.41 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 251 | 0.39 | 0.55 | 0 | 0.02 | 258.13 | 0.95 | 0.71 |
| Hex | 9A | 70 | FB | 27 | 37 | 0 | 2 | 102 | 5F | 47 |
| Octal | 232 | 160 | 373 | 47 | 67 | 0 | 2 | 402 | 137 | 107 |
| Binary | 10011010 | 1110000 | 11111011 | 100111 | 110111 | 0 | 10 | 100000010 | 1011111 | 1000111 |
Color Harmonies of #9A70FB
Complementary color
Monochromatic Colors of #9A70FB
Black with #9A70FB
Text Example
Text Example
White with #9A70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70FB; }
p { color: rgb(154,112,251); }
H1.HeaderClassName
{
color: #9A70FB;
}
.AnyTagClassName
{
color: #9A70FB;
}
</style>
background-color css
<style>
a { background-color: #9A70FB; }
a { background-color: rgb(154,112,251); }
div.DivClassName
{
background-color: #9A70FB;
}
.BgClassName
{
background-color: #9A70FB;
}
</style>
border-color css
<style>
span { border-color: #9A70FB; }
span { border-color: rgb(154,112,251); }
td.TdClassName
{
border-color: #9A70FB;
}
.TagClassName
{
border-color: #9A70FB;
}
</style>