Shades of Light Slate Blue #8968FF
Tints of Light Slate Blue #8968FF
RGB
CMYK
RGB Variations
Color information
#8968FF (or 0x8968FF) is known color: Light Slate Blue. HEX triplet: 89, 68 and FF. RGB value is (137,104,255). Sum of RGB (Red+Green+Blue) = 137+104+255=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #8968FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8968FF is #769700. Grayscale: #828282. Windows color (decimal): -7771905 or 16738441. OLE color: 16738441.
HSL color Cylindrical-coordinate representation of color #8968FF: hue angle of 253.11º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8968FF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 104 | 255 | - |
| CMYK | 0.46 | 0.59 | 0 | 0 |
| HSL | 253.11º | 1% | 0.7% | - |
| HSV(B) | 253.11º | 0.59% | 1% | - |
| XYZ | 33.32 | 22.44 | 97.18 | - |
| YUV | 131.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 255 | 0.46 | 0.59 | 0 | 0 | 253.11 | 1 | 0.7 |
| Hex | 89 | 68 | FF | 2E | 3B | 0 | 0 | FD | 64 | 46 |
| Octal | 211 | 150 | 377 | 56 | 73 | 0 | 0 | 375 | 144 | 106 |
| Binary | 10001001 | 1101000 | 11111111 | 101110 | 111011 | 0 | 0 | 11111101 | 1100100 | 1000110 |
Color Harmonies of #8968FF
Complementary color
Monochromatic Colors of #8968FF
Black with #8968FF
Text Example
Text Example
White with #8968FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8968FF; }
p { color: rgb(137,104,255); }
H1.HeaderClassName
{
color: #8968FF;
}
.AnyTagClassName
{
color: #8968FF;
}
</style>
background-color css
<style>
a { background-color: #8968FF; }
a { background-color: rgb(137,104,255); }
div.DivClassName
{
background-color: #8968FF;
}
.BgClassName
{
background-color: #8968FF;
}
</style>
border-color css
<style>
span { border-color: #8968FF; }
span { border-color: rgb(137,104,255); }
td.TdClassName
{
border-color: #8968FF;
}
.TagClassName
{
border-color: #8968FF;
}
</style>