Html Css Color HEX #886FAB Deluge

📋 copy color: '#886FAB'

red 136 ◦ green 111 ◦ blue 171

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

Shades of Deluge #886FAB

Tints of Deluge #886FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 32.54%
G = 26.56%
B = 40.91%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#886FAB (or 0x886FAB) is known color: Deluge. HEX triplet: 88, 6F and AB. RGB value is (136,111,171). Sum of RGB (Red+Green+Blue) = 136+111+171=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #886FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FAB is #779054. Grayscale: #7D7D7D. Windows color (decimal): -7835733 or 11235208. OLE color: 11235208.

HSL color Cylindrical-coordinate representation of color #886FAB: hue angle of 265º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #886FAB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 111 171 -
CMYK 0.20 0.35 0 0.33
HSL 265º 0.26% 0.55% -
HSV(B) 265º 0.35% 0.67% -
XYZ 23.19 19.54 41.08 -
YUV 125.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 136 111 171 0.20 0.35 0 0.33 265 0.26 0.55
Hex 88 6F AB 14 23 0 21 109 1A 37
Octal 210 157 253 24 43 0 41 411 32 67
Binary 10001000 1101111 10101011 10100 100011 0 100001 100001001 11010 110111

Color Harmonies of #886FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FAB

Black with #886FAB

Text Example


Text Example

White with #886FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,111,171); }

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

background-color css

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

 a { background-color: rgb(136,111,171); }

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

border-color css

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

 span { border-color: rgb(136,111,171); }

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