Shades of True V #8668CB
Tints of True V #8668CB
RGB
CMYK
RGB Variations
Color information
#8668CB (or 0x8668CB) is known color: True V. HEX triplet: 86, 68 and CB. RGB value is (134,104,203). Sum of RGB (Red+Green+Blue) = 134+104+203=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #8668CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8668CB is #799734. Grayscale: #7B7B7B. Windows color (decimal): -7968565 or 13330566. OLE color: 13330566.
HSL color Cylindrical-coordinate representation of color #8668CB: hue angle of 258.18º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8668CB is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 104 | 203 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.20 |
| HSL | 258.18º | 0.49% | 0.6% | - |
| HSV(B) | 258.18º | 0.49% | 0.8% | - |
| XYZ | 25.56 | 19.28 | 58.87 | - |
| YUV | 124.26 | 172.44 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 203 | 0.34 | 0.49 | 0 | 0.20 | 258.18 | 0.49 | 0.6 |
| Hex | 86 | 68 | CB | 22 | 31 | 0 | 14 | 102 | 31 | 3C |
| Octal | 206 | 150 | 313 | 42 | 61 | 0 | 24 | 402 | 61 | 74 |
| Binary | 10000110 | 1101000 | 11001011 | 100010 | 110001 | 0 | 10100 | 100000010 | 110001 | 111100 |
Color Harmonies of #8668CB
Complementary color
Monochromatic Colors of #8668CB
Black with #8668CB
Text Example
Text Example
White with #8668CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8668CB; }
p { color: rgb(134,104,203); }
H1.HeaderClassName
{
color: #8668CB;
}
.AnyTagClassName
{
color: #8668CB;
}
</style>
background-color css
<style>
a { background-color: #8668CB; }
a { background-color: rgb(134,104,203); }
div.DivClassName
{
background-color: #8668CB;
}
.BgClassName
{
background-color: #8668CB;
}
</style>
border-color css
<style>
span { border-color: #8668CB; }
span { border-color: rgb(134,104,203); }
td.TdClassName
{
border-color: #8668CB;
}
.TagClassName
{
border-color: #8668CB;
}
</style>