#886EBA

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

Shades of True V #886EBA

Tints of True V #886EBA

Color information

#886EBA (or 0x886EBA) is unknown color: approx True V. HEX triplet: 88, 6E and BA. RGB value is (136,110,186). Sum of RGB (Red+Green+Blue) = 136+110+186=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #886EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886EBA is #779145. Grayscale: #7E7E7E. Windows color (decimal): -7835974 or 12217992. OLE color: 12217992.

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

Color convert

RGB136110186-
CMYK0.270.4100.27
HSL260.53º35.51%58.04%-
HSV(B)260.53º40.86%72.94%-
XYZ24.5919.9349.01-
YUV126.44161.61134.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=31.48%
G=25.46%
B=43.06%

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
Decimal1361101860.270.4100.27260.5335.5158.04
Hex886EBA1B2901B105243a
Octal21015627233510334054472
Binary1000100011011101011101011011101001011011100000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,110,186); }

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

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

 a { background-color: rgb(136,110,186); }

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

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

 span { border-color: rgb(136,110,186); }

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