#886BB1

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

Shades of Deluge #886BB1

Tints of Deluge #886BB1

Color information

#886BB1 (or 0x886BB1) is unknown color: approx Deluge. HEX triplet: 88, 6B and B1. RGB value is (136,107,177). Sum of RGB (Red+Green+Blue) = 136+107+177=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #886BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886BB1 is #77944E. Grayscale: #7B7B7B. Windows color (decimal): -7836751 or 11627400. OLE color: 11627400.

HSL color Cylindrical-coordinate representation of color #886BB1: hue angle of 264.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #886BB1 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136107177-
CMYK0.230.4000.31
HSL264.86º30.97%55.69%-
HSV(B)264.86º39.55%69.41%-
XYZ23.3518.9244.02-
YUV123.65158.11136.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 177 (69.53% from 255) = 42.14%
R=32.38%
G=25.48%
B=42.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361071770.230.4000.31264.8630.9755.69
Hex886BB1172801F1091f38
Octal21015326127500374113770
Binary100010001101011101100011011110100001111110000100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,107,177); }

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

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

 a { background-color: rgb(136,107,177); }

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

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

 span { border-color: rgb(136,107,177); }

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