Shades of True V #8E6BCE
Tints of True V #8E6BCE
RGB
CMYK
RGB Variations
Color information
#8E6BCE (or 0x8E6BCE) is known color: True V. HEX triplet: 8E, 6B and CE. RGB value is (142,107,206). Sum of RGB (Red+Green+Blue) = 142+107+206=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6BCE is #719431. Grayscale: #808080. Windows color (decimal): -7443506 or 13527950. OLE color: 13527950.
HSL color Cylindrical-coordinate representation of color #8E6BCE: hue angle of 261.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E6BCE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 107 | 206 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.19 |
| HSL | 261.21º | 0.5% | 0.61% | - |
| HSV(B) | 261.21º | 0.48% | 0.81% | - |
| XYZ | 27.55 | 20.72 | 60.94 | - |
| YUV | 128.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 206 | 0.31 | 0.48 | 0 | 0.19 | 261.21 | 0.5 | 0.61 |
| Hex | 8E | 6B | CE | 1F | 30 | 0 | 13 | 105 | 32 | 3D |
| Octal | 216 | 153 | 316 | 37 | 60 | 0 | 23 | 405 | 62 | 75 |
| Binary | 10001110 | 1101011 | 11001110 | 11111 | 110000 | 0 | 10011 | 100000101 | 110010 | 111101 |
Color Harmonies of #8E6BCE
Complementary color
Monochromatic Colors of #8E6BCE
Black with #8E6BCE
Text Example
Text Example
White with #8E6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6BCE; }
p { color: rgb(142,107,206); }
H1.HeaderClassName
{
color: #8E6BCE;
}
.AnyTagClassName
{
color: #8E6BCE;
}
</style>
background-color css
<style>
a { background-color: #8E6BCE; }
a { background-color: rgb(142,107,206); }
div.DivClassName
{
background-color: #8E6BCE;
}
.BgClassName
{
background-color: #8E6BCE;
}
</style>
border-color css
<style>
span { border-color: #8E6BCE; }
span { border-color: rgb(142,107,206); }
td.TdClassName
{
border-color: #8E6BCE;
}
.TagClassName
{
border-color: #8E6BCE;
}
</style>