Shades of Light Slate Blue #8683EE
Tints of Light Slate Blue #8683EE
RGB
CMYK
RGB Variations
Color information
#8683EE (or 0x8683EE) is known color: Light Slate Blue. HEX triplet: 86, 83 and EE. RGB value is (134,131,238). Sum of RGB (Red+Green+Blue) = 134+131+238=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #8683EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8683EE is #797C11. Grayscale: #8F8F8F. Windows color (decimal): -7961618 or 15631238. OLE color: 15631238.
HSL color Cylindrical-coordinate representation of color #8683EE: hue angle of 241.68º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8683EE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 131 | 238 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.07 |
| HSL | 241.68º | 0.76% | 0.72% | - |
| HSV(B) | 241.68º | 0.45% | 0.93% | - |
| XYZ | 33.38 | 27.47 | 84.43 | - |
| YUV | 144.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 238 | 0.44 | 0.45 | 0 | 0.07 | 241.68 | 0.76 | 0.72 |
| Hex | 86 | 83 | EE | 2C | 2D | 0 | 7 | F2 | 4C | 48 |
| Octal | 206 | 203 | 356 | 54 | 55 | 0 | 7 | 362 | 114 | 110 |
| Binary | 10000110 | 10000011 | 11101110 | 101100 | 101101 | 0 | 111 | 11110010 | 1001100 | 1001000 |
Color Harmonies of #8683EE
Complementary color
Monochromatic Colors of #8683EE
Black with #8683EE
Text Example
Text Example
White with #8683EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683EE; }
p { color: rgb(134,131,238); }
H1.HeaderClassName
{
color: #8683EE;
}
.AnyTagClassName
{
color: #8683EE;
}
</style>
background-color css
<style>
a { background-color: #8683EE; }
a { background-color: rgb(134,131,238); }
div.DivClassName
{
background-color: #8683EE;
}
.BgClassName
{
background-color: #8683EE;
}
</style>
border-color css
<style>
span { border-color: #8683EE; }
span { border-color: rgb(134,131,238); }
td.TdClassName
{
border-color: #8683EE;
}
.TagClassName
{
border-color: #8683EE;
}
</style>