Html Css Color HEX #864CDD Blue Violet

📋 copy color: '#864CDD'

red 134 ◦ green 76 ◦ blue 221

#864CDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #864CDD

Tints of Blue Violet #864CDD

RGB

 RED value IS 134 (52.73% from 255) = 31.09%

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 31.09%
G = 17.63%
B = 51.28%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#864CDD (or 0x864CDD) is known color: Blue Violet. HEX triplet: 86, 4C and DD. RGB value is (134,76,221). Sum of RGB (Red+Green+Blue) = 134+76+221=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #864CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CDD is #79B322. Grayscale: #6D6D6D. Windows color (decimal): -7975715 or 14503046. OLE color: 14503046.

HSL color Cylindrical-coordinate representation of color #864CDD: hue angle of 264º 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 #864CDD is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 76 221 -
CMYK 0.39 0.66 0 0.13
HSL 264º 0.68% 0.58% -
HSV(B) 264º 0.66% 0.87% -
XYZ 25.47 15.46 70.05 -
YUV 109.87 190.72 145.21 -
System Red Green Blue C M Y K H S L
Decimal 134 76 221 0.39 0.66 0 0.13 264 0.68 0.58
Hex 86 4C DD 27 42 0 D 108 44 3A
Octal 206 114 335 47 102 0 15 410 104 72
Binary 10000110 1001100 11011101 100111 1000010 0 1101 100001000 1000100 111010

Color Harmonies of #864CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CDD

Black with #864CDD

Text Example


Text Example

White with #864CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864CDD; }

 p { color: rgb(134,76,221); }

 H1.HeaderClassName
 {
   color: #864CDD;
 }
 .AnyTagClassName
 {
   color: #864CDD;
 }
</style>

background-color css

<style>
 a { background-color: #864CDD; }

 a { background-color: rgb(134,76,221); }

 div.DivClassName
 {
   background-color: #864CDD;
 }
 .BgClassName
 {
   background-color: #864CDD;
 }
</style>

border-color css

<style>
 span { border-color: #864CDD; }

 span { border-color: rgb(134,76,221); }

 td.TdClassName
 {
   border-color: #864CDD;
 }
 .TagClassName
 {
   border-color: #864CDD;
 }
</style>