Html Css Color HEX #866DCD True V

📋 copy color: '#866DCD'

red 134 ◦ green 109 ◦ blue 205

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

Shades of True V #866DCD

Tints of True V #866DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.33%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 29.91%
G = 24.33%
B = 45.76%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#866DCD (or 0x866DCD) is known color: True V. HEX triplet: 86, 6D and CD. RGB value is (134,109,205). Sum of RGB (Red+Green+Blue) = 134+109+205=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #866DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DCD is #799232. Grayscale: #7F7F7F. Windows color (decimal): -7967283 or 13462918. OLE color: 13462918.

HSL color Cylindrical-coordinate representation of color #866DCD: hue angle of 255.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #866DCD is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 109 205 -
CMYK 0.35 0.47 0 0.20
HSL 255.63º 0.49% 0.62% -
HSV(B) 255.63º 0.47% 0.8% -
XYZ 26.32 20.41 60.31 -
YUV 127.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 134 109 205 0.35 0.47 0 0.20 255.63 0.49 0.62
Hex 86 6D CD 23 2F 0 14 100 31 3E
Octal 206 155 315 43 57 0 24 400 61 76
Binary 10000110 1101101 11001101 100011 101111 0 10100 100000000 110001 111110

Color Harmonies of #866DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DCD

Black with #866DCD

Text Example


Text Example

White with #866DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866DCD; }

 p { color: rgb(134,109,205); }

 H1.HeaderClassName
 {
   color: #866DCD;
 }
 .AnyTagClassName
 {
   color: #866DCD;
 }
</style>

background-color css

<style>
 a { background-color: #866DCD; }

 a { background-color: rgb(134,109,205); }

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

border-color css

<style>
 span { border-color: #866DCD; }

 span { border-color: rgb(134,109,205); }

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