Shades of Blue Violet #864BDD
Tints of Blue Violet #864BDD
RGB
CMYK
RGB Variations
Color information
#864BDD (or 0x864BDD) is known color: Blue Violet. HEX triplet: 86, 4B and DD. RGB value is (134,75,221). Sum of RGB (Red+Green+Blue) = 134+75+221=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #864BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864BDD is #79B422. Grayscale: #6C6C6C. Windows color (decimal): -7975971 or 14502790. OLE color: 14502790.
HSL color Cylindrical-coordinate representation of color #864BDD: hue angle of 264.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #864BDD is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 75 | 221 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.13 |
| HSL | 264.25º | 0.68% | 0.58% | - |
| HSV(B) | 264.25º | 0.66% | 0.87% | - |
| XYZ | 25.4 | 15.32 | 70.03 | - |
| YUV | 109.29 | 191.05 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 221 | 0.39 | 0.66 | 0 | 0.13 | 264.25 | 0.68 | 0.58 |
| Hex | 86 | 4B | DD | 27 | 42 | 0 | D | 108 | 44 | 3A |
| Octal | 206 | 113 | 335 | 47 | 102 | 0 | 15 | 410 | 104 | 72 |
| Binary | 10000110 | 1001011 | 11011101 | 100111 | 1000010 | 0 | 1101 | 100001000 | 1000100 | 111010 |
Color Harmonies of #864BDD
Complementary color
Monochromatic Colors of #864BDD
Black with #864BDD
Text Example
Text Example
White with #864BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864BDD; }
p { color: rgb(134,75,221); }
H1.HeaderClassName
{
color: #864BDD;
}
.AnyTagClassName
{
color: #864BDD;
}
</style>
background-color css
<style>
a { background-color: #864BDD; }
a { background-color: rgb(134,75,221); }
div.DivClassName
{
background-color: #864BDD;
}
.BgClassName
{
background-color: #864BDD;
}
</style>
border-color css
<style>
span { border-color: #864BDD; }
span { border-color: rgb(134,75,221); }
td.TdClassName
{
border-color: #864BDD;
}
.TagClassName
{
border-color: #864BDD;
}
</style>