#866FBB

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

Shades of True V #866FBB

Tints of True V #866FBB

Color information

#866FBB (or 0x866FBB) is unknown color: approx True V. HEX triplet: 86, 6F and BB. RGB value is (134,111,187). Sum of RGB (Red+Green+Blue) = 134+111+187=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #866FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FBB is #799044. Grayscale: #7E7E7E. Windows color (decimal): -7966789 or 12283782. OLE color: 12283782.

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

Color convert

RGB134111187-
CMYK0.280.4100.27
HSL258.16º35.85%58.43%-
HSV(B)258.16º40.64%73.33%-
XYZ24.4920.0349.59-
YUV126.54162.12133.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=31.02%
G=25.69%
B=43.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341111870.280.4100.27258.1635.8558.43
Hex866FBB1C2901B102243a
Octal20615727334510334024472
Binary1000011011011111011101111100101001011011100000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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