#866BCB

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

Shades of True V #866BCB

Tints of True V #866BCB

Color information

#866BCB (or 0x866BCB) is unknown color: approx True V. HEX triplet: 86, 6B and CB. RGB value is (134,107,203). Sum of RGB (Red+Green+Blue) = 134+107+203=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #866BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BCB is #799434. Grayscale: #7D7D7D. Windows color (decimal): -7967797 or 13331334. OLE color: 13331334.

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

Color convert

RGB134107203-
CMYK0.340.4700.20
HSL256.88º48%60.78%-
HSV(B)256.88º47.29%79.61%-
XYZ25.8719.958.98-
YUV126.02171.45133.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.18%
GREEN value IS 107 (42.19% from 255) = 24.10%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=30.18%
G=24.10%
B=45.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341072030.340.4700.20256.884860.78
Hex866BCB222F014101303d
Octal20615331342570244016075
Binary10000110110101111001011100010101111010100100000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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