#866BBA

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

Shades of True V #866BBA

Tints of True V #866BBA

Color information

#866BBA (or 0x866BBA) is unknown color: approx True V. HEX triplet: 86, 6B and BA. RGB value is (134,107,186). Sum of RGB (Red+Green+Blue) = 134+107+186=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #866BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BBA is #799445. Grayscale: #7B7B7B. Windows color (decimal): -7967814 or 12217222. OLE color: 12217222.

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

Color convert

RGB134107186-
CMYK0.280.4200.27
HSL260.51º36.41%57.45%-
HSV(B)260.51º42.47%72.94%-
XYZ23.9519.1348.88-
YUV124.08162.95135.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=31.38%
G=25.06%
B=43.56%

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
Decimal1341071860.280.4200.27260.5136.4157.45
Hex866BBA1C2A01B1052439
Octal20615327234520334054471
Binary1000011011010111011101011100101010011011100000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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