#866BCC

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

Shades of True V #866BCC

Tints of True V #866BCC

Color information

#866BCC (or 0x866BCC) is unknown color: approx True V. HEX triplet: 86, 6B and CC. RGB value is (134,107,204). Sum of RGB (Red+Green+Blue) = 134+107+204=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #866BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BCC is #799433. Grayscale: #7D7D7D. Windows color (decimal): -7967796 or 13396870. OLE color: 13396870.

HSL color Cylindrical-coordinate representation of color #866BCC: hue angle of 256.7º 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 #866BCC is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134107204-
CMYK0.340.4800.2
HSL256.7º48.74%60.98%-
HSV(B)256.7º47.55%80%-
XYZ25.9919.9459.61-
YUV126.13171.95133.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=30.11%
G=24.04%
B=45.84%

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
Decimal1341072040.340.4800.2256.748.7460.98
Hex866BCC2230014101313d
Octal20615331442600244016175
Binary10000110110101111001100100010110000010100100000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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