#886BB4

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

Shades of Deluge #886BB4

Tints of Deluge #886BB4

Color information

#886BB4 (or 0x886BB4) is unknown color: approx Deluge. HEX triplet: 88, 6B and B4. RGB value is (136,107,180). Sum of RGB (Red+Green+Blue) = 136+107+180=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #886BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BB4 is #77944B. Grayscale: #7B7B7B. Windows color (decimal): -7836748 or 11824008. OLE color: 11824008.

HSL color Cylindrical-coordinate representation of color #886BB4: hue angle of 263.84º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886BB4 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136107180-
CMYK0.240.4100.29
HSL263.84º32.74%56.27%-
HSV(B)263.84º40.56%70.59%-
XYZ23.6519.0445.61-
YUV123.99159.61136.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=32.15%
G=25.30%
B=42.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361071800.240.4100.29263.8432.7456.27
Hex886BB4182901D1082138
Octal21015326430510354104170
Binary1000100011010111011010011000101001011101100001000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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