Html Css Color HEX #886AB0 Deluge

📋 copy color: '#886AB0'

red 136 ◦ green 106 ◦ blue 176

#886AB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #886AB0

Tints of Deluge #886AB0

RGB

 RED value IS 136 (53.52% from 255) = 32.54%

 GREEN value IS 106 (41.8% from 255) = 25.36%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 32.54%
G = 25.36%
B = 42.11%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#886AB0 (or 0x886AB0) is known color: Deluge. HEX triplet: 88, 6A and B0. RGB value is (136,106,176). Sum of RGB (Red+Green+Blue) = 136+106+176=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #886AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886AB0 is #77954F. Grayscale: #7A7A7A. Windows color (decimal): -7837008 or 11561608. OLE color: 11561608.

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

Color convert

RGB 136 106 176 -
CMYK 0.23 0.40 0 0.31
HSL 265.71º 0.31% 0.55% -
HSV(B) 265.71º 0.4% 0.69% -
XYZ 23.14 18.68 43.46 -
YUV 122.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 136 106 176 0.23 0.40 0 0.31 265.71 0.31 0.55
Hex 88 6A B0 17 28 0 1F 10A 1F 37
Octal 210 152 260 27 50 0 37 412 37 67
Binary 10001000 1101010 10110000 10111 101000 0 11111 100001010 11111 110111

Color Harmonies of #886AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AB0

Black with #886AB0

Text Example


Text Example

White with #886AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #886AB0;
 }
 .AnyTagClassName
 {
   color: #886AB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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