#886ABB

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

Shades of True V #886ABB

Tints of True V #886ABB

Color information

#886ABB (or 0x886ABB) is unknown color: approx True V. HEX triplet: 88, 6A and BB. RGB value is (136,106,187). Sum of RGB (Red+Green+Blue) = 136+106+187=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #886ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ABB is #779544. Grayscale: #7B7B7B. Windows color (decimal): -7836997 or 12282504. OLE color: 12282504.

HSL color Cylindrical-coordinate representation of color #886ABB: hue angle of 262.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #886ABB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136106187-
CMYK0.270.4300.27
HSL262.22º37.33%57.45%-
HSV(B)262.22º43.32%73.33%-
XYZ24.2819.1349.43-
YUV124.2163.44136.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=31.70%
G=24.71%
B=43.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361061870.270.4300.27262.2237.3357.45
Hex886ABB1B2B01B1062539
Octal21015227333530334064571
Binary1000100011010101011101111011101011011011100000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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