Html Css Color HEX #866ECD True V

📋 copy color: '#866ECD'

red 134 ◦ green 110 ◦ blue 205

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

Shades of True V #866ECD

Tints of True V #866ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

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

R = 29.84%
G = 24.5%
B = 45.66%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#866ECD (or 0x866ECD) is known color: True V. HEX triplet: 86, 6E and CD. RGB value is (134,110,205). Sum of RGB (Red+Green+Blue) = 134+110+205=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #866ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ECD is #799132. Grayscale: #7F7F7F. Windows color (decimal): -7967027 or 13463174. OLE color: 13463174.

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

Color convert

RGB 134 110 205 -
CMYK 0.35 0.46 0 0.20
HSL 255.16º 0.49% 0.62% -
HSV(B) 255.16º 0.46% 0.8% -
XYZ 26.43 20.63 60.35 -
YUV 128.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 134 110 205 0.35 0.46 0 0.20 255.16 0.49 0.62
Hex 86 6E CD 23 2E 0 14 FF 31 3E
Octal 206 156 315 43 56 0 24 377 61 76
Binary 10000110 1101110 11001101 100011 101110 0 10100 11111111 110001 111110

Color Harmonies of #866ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866ECD

Black with #866ECD

Text Example


Text Example

White with #866ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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