Shades of Light Slate Blue #8691FF
Tints of Light Slate Blue #8691FF
RGB
CMYK
RGB Variations
Color information
#8691FF (or 0x8691FF) is known color: Light Slate Blue. HEX triplet: 86, 91 and FF. RGB value is (134,145,255). Sum of RGB (Red+Green+Blue) = 134+145+255=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #8691FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8691FF is #796E00. Grayscale: #999999. Windows color (decimal): -7958017 or 16748934. OLE color: 16748934.
HSL color Cylindrical-coordinate representation of color #8691FF: hue angle of 234.55º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8691FF is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 145 | 255 | - |
| CMYK | 0.47 | 0.43 | 0 | 0 |
| HSL | 234.55º | 1% | 0.76% | - |
| HSV(B) | 234.55º | 0.47% | 1% | - |
| XYZ | 38.01 | 32.54 | 98.89 | - |
| YUV | 154.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 255 | 0.47 | 0.43 | 0 | 0 | 234.55 | 1 | 0.76 |
| Hex | 86 | 91 | FF | 2F | 2B | 0 | 0 | EB | 64 | 4C |
| Octal | 206 | 221 | 377 | 57 | 53 | 0 | 0 | 353 | 144 | 114 |
| Binary | 10000110 | 10010001 | 11111111 | 101111 | 101011 | 0 | 0 | 11101011 | 1100100 | 1001100 |
Color Harmonies of #8691FF
Complementary color
Monochromatic Colors of #8691FF
Black with #8691FF
Text Example
Text Example
White with #8691FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8691FF; }
p { color: rgb(134,145,255); }
H1.HeaderClassName
{
color: #8691FF;
}
.AnyTagClassName
{
color: #8691FF;
}
</style>
background-color css
<style>
a { background-color: #8691FF; }
a { background-color: rgb(134,145,255); }
div.DivClassName
{
background-color: #8691FF;
}
.BgClassName
{
background-color: #8691FF;
}
</style>
border-color css
<style>
span { border-color: #8691FF; }
span { border-color: rgb(134,145,255); }
td.TdClassName
{
border-color: #8691FF;
}
.TagClassName
{
border-color: #8691FF;
}
</style>