#886FBB

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

Shades of True V #886FBB

Tints of True V #886FBB

Color information

#886FBB (or 0x886FBB) is unknown color: approx True V. HEX triplet: 88, 6F and BB. RGB value is (136,111,187). Sum of RGB (Red+Green+Blue) = 136+111+187=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #886FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FBB is #779044. Grayscale: #7E7E7E. Windows color (decimal): -7835717 or 12283784. OLE color: 12283784.

HSL color Cylindrical-coordinate representation of color #886FBB: hue angle of 259.74º 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 #886FBB is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136111187-
CMYK0.270.4100.27
HSL259.74º35.85%58.43%-
HSV(B)259.74º40.64%73.33%-
XYZ24.8120.1949.6-
YUV127.14161.78134.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=31.34%
G=25.58%
B=43.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361111870.270.4100.27259.7435.8558.43
Hex886FBB1B2901B104243a
Octal21015727333510334044472
Binary1000100011011111011101111011101001011011100000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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