#866ECB

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

Shades of True V #866ECB

Tints of True V #866ECB

Color information

#866ECB (or 0x866ECB) is unknown color: approx True V. HEX triplet: 86, 6E and CB. RGB value is (134,110,203). Sum of RGB (Red+Green+Blue) = 134+110+203=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #866ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ECB is #799134. Grayscale: #7F7F7F. Windows color (decimal): -7967029 or 13332102. OLE color: 13332102.

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

Color convert

RGB134110203-
CMYK0.340.4600.20
HSL255.48º47.21%61.37%-
HSV(B)255.48º45.81%79.61%-
XYZ26.1920.5359.08-
YUV127.78170.45132.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=29.98%
G=24.61%
B=45.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341102030.340.4600.20255.4847.2161.37
Hex866ECB222E014ff2f3d
Octal20615631342560243775775
Binary1000011011011101100101110001010111001010011111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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