Shades of Light Slate Blue #9A68FC
Tints of Light Slate Blue #9A68FC
RGB
CMYK
RGB Variations
Color information
#9A68FC (or 0x9A68FC) is known color: Light Slate Blue. HEX triplet: 9A, 68 and FC. RGB value is (154,104,252). Sum of RGB (Red+Green+Blue) = 154+104+252=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A68FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A68FC is #659703. Grayscale: #878787. Windows color (decimal): -6657796 or 16541850. OLE color: 16541850.
HSL color Cylindrical-coordinate representation of color #9A68FC: hue angle of 260.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A68FC is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 104 | 252 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.01 |
| HSL | 260.27º | 0.96% | 0.7% | - |
| HSV(B) | 260.27º | 0.59% | 0.99% | - |
| XYZ | 35.85 | 23.8 | 94.8 | - |
| YUV | 135.82 | 193.57 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 252 | 0.39 | 0.59 | 0 | 0.01 | 260.27 | 0.96 | 0.7 |
| Hex | 9A | 68 | FC | 27 | 3B | 0 | 1 | 104 | 60 | 46 |
| Octal | 232 | 150 | 374 | 47 | 73 | 0 | 1 | 404 | 140 | 106 |
| Binary | 10011010 | 1101000 | 11111100 | 100111 | 111011 | 0 | 1 | 100000100 | 1100000 | 1000110 |
Color Harmonies of #9A68FC
Complementary color
Monochromatic Colors of #9A68FC
Black with #9A68FC
Text Example
Text Example
White with #9A68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A68FC; }
p { color: rgb(154,104,252); }
H1.HeaderClassName
{
color: #9A68FC;
}
.AnyTagClassName
{
color: #9A68FC;
}
</style>
background-color css
<style>
a { background-color: #9A68FC; }
a { background-color: rgb(154,104,252); }
div.DivClassName
{
background-color: #9A68FC;
}
.BgClassName
{
background-color: #9A68FC;
}
</style>
border-color css
<style>
span { border-color: #9A68FC; }
span { border-color: rgb(154,104,252); }
td.TdClassName
{
border-color: #9A68FC;
}
.TagClassName
{
border-color: #9A68FC;
}
</style>