Html Css Color HEX #886FA4 Deluge

📋 copy color: '#886FA4'

red 136 ◦ green 111 ◦ blue 164

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

Shades of Deluge #886FA4

Tints of Deluge #886FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.9%

R = 33.09%
G = 27.01%
B = 39.9%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#886FA4 (or 0x886FA4) is known color: Deluge. HEX triplet: 88, 6F and A4. RGB value is (136,111,164). Sum of RGB (Red+Green+Blue) = 136+111+164=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #886FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FA4 is #77905B. Grayscale: #7C7C7C. Windows color (decimal): -7835740 or 10776456. OLE color: 10776456.

HSL color Cylindrical-coordinate representation of color #886FA4: hue angle of 268.3º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886FA4 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 111 164 -
CMYK 0.17 0.32 0 0.36
HSL 268.3º 0.23% 0.54% -
HSV(B) 268.3º 0.32% 0.64% -
XYZ 22.54 19.28 37.66 -
YUV 124.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 136 111 164 0.17 0.32 0 0.36 268.3 0.23 0.54
Hex 88 6F A4 11 20 0 24 10C 17 36
Octal 210 157 244 21 40 0 44 414 27 66
Binary 10001000 1101111 10100100 10001 100000 0 100100 100001100 10111 110110

Color Harmonies of #886FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FA4

Black with #886FA4

Text Example


Text Example

White with #886FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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