#866CC7

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

Shades of True V #866CC7

Tints of True V #866CC7

Color information

#866CC7 (or 0x866CC7) is unknown color: approx True V. HEX triplet: 86, 6C and C7. RGB value is (134,108,199). Sum of RGB (Red+Green+Blue) = 134+108+199=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #866CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CC7 is #799338. Grayscale: #7D7D7D. Windows color (decimal): -7967545 or 13069446. OLE color: 13069446.

HSL color Cylindrical-coordinate representation of color #866CC7: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866CC7 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134108199-
CMYK0.330.4600.22
HSL257.14º44.83%60.2%-
HSV(B)257.14º45.73%78.04%-
XYZ25.519.9256.53-
YUV126.15169.11133.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 199 (78.12% from 255) = 45.12%
R=30.39%
G=24.49%
B=45.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341081990.330.4600.22257.1444.8360.2
Hex866CC7212E0161012d3c
Octal20615430741560264015574
Binary10000110110110011000111100001101110010110100000001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,108,199); }

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

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

 a { background-color: rgb(134,108,199); }

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

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

 span { border-color: rgb(134,108,199); }

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