Shades of Light Slate Blue #9A67FF
Tints of Light Slate Blue #9A67FF
RGB
CMYK
RGB Variations
Color information
#9A67FF (or 0x9A67FF) is known color: Light Slate Blue. HEX triplet: 9A, 67 and FF. RGB value is (154,103,255). Sum of RGB (Red+Green+Blue) = 154+103+255=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A67FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A67FF is #659800. Grayscale: #878787. Windows color (decimal): -6658049 or 16738202. OLE color: 16738202.
HSL color Cylindrical-coordinate representation of color #9A67FF: hue angle of 260.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A67FF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 103 | 255 | - |
| CMYK | 0.40 | 0.60 | 0 | 0 |
| HSL | 260.13º | 1% | 0.7% | - |
| HSV(B) | 260.13º | 0.6% | 1% | - |
| XYZ | 36.23 | 23.79 | 97.29 | - |
| YUV | 135.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 255 | 0.40 | 0.60 | 0 | 0 | 260.13 | 1 | 0.7 |
| Hex | 9A | 67 | FF | 28 | 3C | 0 | 0 | 104 | 64 | 46 |
| Octal | 232 | 147 | 377 | 50 | 74 | 0 | 0 | 404 | 144 | 106 |
| Binary | 10011010 | 1100111 | 11111111 | 101000 | 111100 | 0 | 0 | 100000100 | 1100100 | 1000110 |
Color Harmonies of #9A67FF
Complementary color
Monochromatic Colors of #9A67FF
Black with #9A67FF
Text Example
Text Example
White with #9A67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A67FF; }
p { color: rgb(154,103,255); }
H1.HeaderClassName
{
color: #9A67FF;
}
.AnyTagClassName
{
color: #9A67FF;
}
</style>
background-color css
<style>
a { background-color: #9A67FF; }
a { background-color: rgb(154,103,255); }
div.DivClassName
{
background-color: #9A67FF;
}
.BgClassName
{
background-color: #9A67FF;
}
</style>
border-color css
<style>
span { border-color: #9A67FF; }
span { border-color: rgb(154,103,255); }
td.TdClassName
{
border-color: #9A67FF;
}
.TagClassName
{
border-color: #9A67FF;
}
</style>