#886ACB

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

Shades of True V #886ACB

Tints of True V #886ACB

Color information

#886ACB (or 0x886ACB) is unknown color: approx True V. HEX triplet: 88, 6A and CB. RGB value is (136,106,203). Sum of RGB (Red+Green+Blue) = 136+106+203=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #886ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ACB is #779534. Grayscale: #7D7D7D. Windows color (decimal): -7836981 or 13331080. OLE color: 13331080.

HSL color Cylindrical-coordinate representation of color #886ACB: hue angle of 258.56º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886ACB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136106203-
CMYK0.330.4800.20
HSL258.56º48.26%60.59%-
HSV(B)258.56º47.78%79.61%-
XYZ26.0919.8558.96-
YUV126.03171.44135.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.56%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=30.56%
G=23.82%
B=45.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361062030.330.4800.20258.5648.2660.59
Hex886ACB2130014103303d
Octal21015231341600244036075
Binary10001000110101011001011100001110000010100100000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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