#886DBE

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

Shades of True V #886DBE

Tints of True V #886DBE

Color information

#886DBE (or 0x886DBE) is unknown color: approx True V. HEX triplet: 88, 6D and BE. RGB value is (136,109,190). Sum of RGB (Red+Green+Blue) = 136+109+190=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #886DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DBE is #779241. Grayscale: #7E7E7E. Windows color (decimal): -7836226 or 12479880. OLE color: 12479880.

HSL color Cylindrical-coordinate representation of color #886DBE: hue angle of 260º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886DBE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136109190-
CMYK0.280.4300.25
HSL260º38.39%58.63%-
HSV(B)260º42.63%74.51%-
XYZ24.9219.8951.24-
YUV126.31163.95134.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=31.26%
G=25.06%
B=43.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361091900.280.4300.2526038.3958.63
Hex886DBE1C2B019104263b
Octal21015527634530314044673
Binary1000100011011011011111011100101011011001100000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,190); }

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

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

 a { background-color: rgb(136,109,190); }

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

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

 span { border-color: rgb(136,109,190); }

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