#866ACC

Color #866ACC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #866ACC

Tints of True V #866ACC

Color information

#866ACC (or 0x866ACC) is unknown color: approx True V. HEX triplet: 86, 6A and CC. RGB value is (134,106,204). Sum of RGB (Red+Green+Blue) = 134+106+204=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #866ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ACC is #799533. Grayscale: #7D7D7D. Windows color (decimal): -7968052 or 13396614. OLE color: 13396614.

HSL color Cylindrical-coordinate representation of color #866ACC: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #866ACC is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134106204-
CMYK0.340.4800.2
HSL257.14º49%60.78%-
HSV(B)257.14º48.04%80%-
XYZ25.8819.7459.57-
YUV125.54172.28134.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.18%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=30.18%
G=23.87%
B=45.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341062040.340.4800.2257.144960.78
Hex866ACC2230014101313d
Octal20615231442600244016175
Binary10000110110101011001100100010110000010100100000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,106,204); }

 H1.HeaderClassName
 {
   color: #866ACC;
 }
 .AnyTagClassName
 {
   color: #866ACC;
 }
</style>
background-color css

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

 a { background-color: rgb(134,106,204); }

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

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

 span { border-color: rgb(134,106,204); }

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