Shades of Light Slate Blue #8681EE
Tints of Light Slate Blue #8681EE
RGB
CMYK
RGB Variations
Color information
#8681EE (or 0x8681EE) is known color: Light Slate Blue. HEX triplet: 86, 81 and EE. RGB value is (134,129,238). Sum of RGB (Red+Green+Blue) = 134+129+238=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #8681EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8681EE is #797E11. Grayscale: #8E8E8E. Windows color (decimal): -7962130 or 15630726. OLE color: 15630726.
HSL color Cylindrical-coordinate representation of color #8681EE: hue angle of 242.75º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8681EE is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 129 | 238 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.07 |
| HSL | 242.75º | 0.76% | 0.72% | - |
| HSV(B) | 242.75º | 0.46% | 0.93% | - |
| XYZ | 33.11 | 26.94 | 84.34 | - |
| YUV | 142.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 238 | 0.44 | 0.46 | 0 | 0.07 | 242.75 | 0.76 | 0.72 |
| Hex | 86 | 81 | EE | 2C | 2E | 0 | 7 | F3 | 4C | 48 |
| Octal | 206 | 201 | 356 | 54 | 56 | 0 | 7 | 363 | 114 | 110 |
| Binary | 10000110 | 10000001 | 11101110 | 101100 | 101110 | 0 | 111 | 11110011 | 1001100 | 1001000 |
Color Harmonies of #8681EE
Complementary color
Monochromatic Colors of #8681EE
Black with #8681EE
Text Example
Text Example
White with #8681EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8681EE; }
p { color: rgb(134,129,238); }
H1.HeaderClassName
{
color: #8681EE;
}
.AnyTagClassName
{
color: #8681EE;
}
</style>
background-color css
<style>
a { background-color: #8681EE; }
a { background-color: rgb(134,129,238); }
div.DivClassName
{
background-color: #8681EE;
}
.BgClassName
{
background-color: #8681EE;
}
</style>
border-color css
<style>
span { border-color: #8681EE; }
span { border-color: rgb(134,129,238); }
td.TdClassName
{
border-color: #8681EE;
}
.TagClassName
{
border-color: #8681EE;
}
</style>