Shades of Light Slate Blue #9A68FE
Tints of Light Slate Blue #9A68FE
RGB
CMYK
RGB Variations
Color information
#9A68FE (or 0x9A68FE) is known color: Light Slate Blue. HEX triplet: 9A, 68 and FE. RGB value is (154,104,254). Sum of RGB (Red+Green+Blue) = 154+104+254=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A68FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A68FE is #659701. Grayscale: #878787. Windows color (decimal): -6657794 or 16672922. OLE color: 16672922.
HSL color Cylindrical-coordinate representation of color #9A68FE: hue angle of 260º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A68FE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 104 | 254 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.00 |
| HSL | 260º | 0.99% | 0.7% | - |
| HSV(B) | 260º | 0.59% | 1% | - |
| XYZ | 36.17 | 23.93 | 96.48 | - |
| YUV | 136.05 | 194.57 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 254 | 0.39 | 0.59 | 0 | 0.00 | 260 | 0.99 | 0.7 |
| Hex | 9A | 68 | FE | 27 | 3B | 0 | 0 | 104 | 63 | 46 |
| Octal | 232 | 150 | 376 | 47 | 73 | 0 | 0 | 404 | 143 | 106 |
| Binary | 10011010 | 1101000 | 11111110 | 100111 | 111011 | 0 | 0 | 100000100 | 1100011 | 1000110 |
Color Harmonies of #9A68FE
Complementary color
Monochromatic Colors of #9A68FE
Black with #9A68FE
Text Example
Text Example
White with #9A68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A68FE; }
p { color: rgb(154,104,254); }
H1.HeaderClassName
{
color: #9A68FE;
}
.AnyTagClassName
{
color: #9A68FE;
}
</style>
background-color css
<style>
a { background-color: #9A68FE; }
a { background-color: rgb(154,104,254); }
div.DivClassName
{
background-color: #9A68FE;
}
.BgClassName
{
background-color: #9A68FE;
}
</style>
border-color css
<style>
span { border-color: #9A68FE; }
span { border-color: rgb(154,104,254); }
td.TdClassName
{
border-color: #9A68FE;
}
.TagClassName
{
border-color: #9A68FE;
}
</style>