Html Css Color HEX #886FAC Deluge

📋 copy color: '#886FAC'

red 136 ◦ green 111 ◦ blue 172

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

Shades of Deluge #886FAC

Tints of Deluge #886FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 32.46%
G = 26.49%
B = 41.05%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#886FAC (or 0x886FAC) is known color: Deluge. HEX triplet: 88, 6F and AC. RGB value is (136,111,172). Sum of RGB (Red+Green+Blue) = 136+111+172=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #886FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FAC is #779053. Grayscale: #7D7D7D. Windows color (decimal): -7835732 or 11300744. OLE color: 11300744.

HSL color Cylindrical-coordinate representation of color #886FAC: hue angle of 264.59º degrees, saturation: 0.27, 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 #886FAC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 111 172 -
CMYK 0.21 0.35 0 0.33
HSL 264.59º 0.27% 0.55% -
HSV(B) 264.59º 0.35% 0.67% -
XYZ 23.28 19.58 41.58 -
YUV 125.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 136 111 172 0.21 0.35 0 0.33 264.59 0.27 0.55
Hex 88 6F AC 15 23 0 21 109 1B 37
Octal 210 157 254 25 43 0 41 411 33 67
Binary 10001000 1101111 10101100 10101 100011 0 100001 100001001 11011 110111

Color Harmonies of #886FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FAC

Black with #886FAC

Text Example


Text Example

White with #886FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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