Shades of Light Slate Blue #9A70F8
Tints of Light Slate Blue #9A70F8
RGB
CMYK
RGB Variations
Color information
#9A70F8 (or 0x9A70F8) is known color: Light Slate Blue. HEX triplet: 9A, 70 and F8. RGB value is (154,112,248). Sum of RGB (Red+Green+Blue) = 154+112+248=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A70F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A70F8 is #658F07. Grayscale: #8B8B8B. Windows color (decimal): -6655752 or 16281754. OLE color: 16281754.
HSL color Cylindrical-coordinate representation of color #9A70F8: hue angle of 258.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A70F8 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 112 | 248 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.03 |
| HSL | 258.53º | 0.91% | 0.71% | - |
| HSV(B) | 258.53º | 0.55% | 0.97% | - |
| XYZ | 36.06 | 25.24 | 91.78 | - |
| YUV | 140.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 248 | 0.38 | 0.55 | 0 | 0.03 | 258.53 | 0.91 | 0.71 |
| Hex | 9A | 70 | F8 | 26 | 37 | 0 | 3 | 103 | 5B | 47 |
| Octal | 232 | 160 | 370 | 46 | 67 | 0 | 3 | 403 | 133 | 107 |
| Binary | 10011010 | 1110000 | 11111000 | 100110 | 110111 | 0 | 11 | 100000011 | 1011011 | 1000111 |
Color Harmonies of #9A70F8
Complementary color
Monochromatic Colors of #9A70F8
Black with #9A70F8
Text Example
Text Example
White with #9A70F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70F8; }
p { color: rgb(154,112,248); }
H1.HeaderClassName
{
color: #9A70F8;
}
.AnyTagClassName
{
color: #9A70F8;
}
</style>
background-color css
<style>
a { background-color: #9A70F8; }
a { background-color: rgb(154,112,248); }
div.DivClassName
{
background-color: #9A70F8;
}
.BgClassName
{
background-color: #9A70F8;
}
</style>
border-color css
<style>
span { border-color: #9A70F8; }
span { border-color: rgb(154,112,248); }
td.TdClassName
{
border-color: #9A70F8;
}
.TagClassName
{
border-color: #9A70F8;
}
</style>