#866DBB

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

Shades of True V #866DBB

Tints of True V #866DBB

Color information

#866DBB (or 0x866DBB) is unknown color: approx True V. HEX triplet: 86, 6D and BB. RGB value is (134,109,187). Sum of RGB (Red+Green+Blue) = 134+109+187=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #866DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DBB is #799244. Grayscale: #7D7D7D. Windows color (decimal): -7967301 or 12283270. OLE color: 12283270.

HSL color Cylindrical-coordinate representation of color #866DBB: hue angle of 259.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #866DBB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134109187-
CMYK0.280.4200.27
HSL259.23º36.45%58.04%-
HSV(B)259.23º41.71%73.33%-
XYZ24.2719.5949.52-
YUV125.37162.78134.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=31.16%
G=25.35%
B=43.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341091870.280.4200.27259.2336.4558.04
Hex866DBB1C2A01B103243a
Octal20615527334520334034472
Binary1000011011011011011101111100101010011011100000011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,109,187); }

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

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

 a { background-color: rgb(134,109,187); }

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

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

 span { border-color: rgb(134,109,187); }

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