#886DBA

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

Shades of True V #886DBA

Tints of True V #886DBA

Color information

#886DBA (or 0x886DBA) is unknown color: approx True V. HEX triplet: 88, 6D and BA. RGB value is (136,109,186). Sum of RGB (Red+Green+Blue) = 136+109+186=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #886DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DBA is #779245. Grayscale: #7D7D7D. Windows color (decimal): -7836230 or 12217736. OLE color: 12217736.

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

Color convert

RGB136109186-
CMYK0.270.4100.27
HSL261.04º35.81%57.84%-
HSV(B)261.04º41.4%72.94%-
XYZ24.4819.7248.97-
YUV125.85161.95135.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.55%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=31.55%
G=25.29%
B=43.16%

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
Decimal1361091860.270.4100.27261.0435.8157.84
Hex886DBA1B2901B105243a
Octal21015527233510334054472
Binary1000100011011011011101011011101001011011100000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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