Shades of Light Slate Blue #9A7BF8
Tints of Light Slate Blue #9A7BF8
RGB
CMYK
RGB Variations
Color information
#9A7BF8 (or 0x9A7BF8) is known color: Light Slate Blue. HEX triplet: 9A, 7B and F8. RGB value is (154,123,248). Sum of RGB (Red+Green+Blue) = 154+123+248=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A7BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7BF8 is #658407. Grayscale: #929292. Windows color (decimal): -6652936 or 16284570. OLE color: 16284570.
HSL color Cylindrical-coordinate representation of color #9A7BF8: hue angle of 254.88º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A7BF8 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 123 | 248 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.03 |
| HSL | 254.88º | 0.9% | 0.73% | - |
| HSV(B) | 254.88º | 0.5% | 0.97% | - |
| XYZ | 37.35 | 27.81 | 92.21 | - |
| YUV | 146.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 248 | 0.38 | 0.50 | 0 | 0.03 | 254.88 | 0.9 | 0.73 |
| Hex | 9A | 7B | F8 | 26 | 32 | 0 | 3 | FF | 5A | 49 |
| Octal | 232 | 173 | 370 | 46 | 62 | 0 | 3 | 377 | 132 | 111 |
| Binary | 10011010 | 1111011 | 11111000 | 100110 | 110010 | 0 | 11 | 11111111 | 1011010 | 1001001 |
Color Harmonies of #9A7BF8
Complementary color
Monochromatic Colors of #9A7BF8
Black with #9A7BF8
Text Example
Text Example
White with #9A7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7BF8; }
p { color: rgb(154,123,248); }
H1.HeaderClassName
{
color: #9A7BF8;
}
.AnyTagClassName
{
color: #9A7BF8;
}
</style>
background-color css
<style>
a { background-color: #9A7BF8; }
a { background-color: rgb(154,123,248); }
div.DivClassName
{
background-color: #9A7BF8;
}
.BgClassName
{
background-color: #9A7BF8;
}
</style>
border-color css
<style>
span { border-color: #9A7BF8; }
span { border-color: rgb(154,123,248); }
td.TdClassName
{
border-color: #9A7BF8;
}
.TagClassName
{
border-color: #9A7BF8;
}
</style>