Html Css Color HEX #8878A2 Deluge

📋 copy color: '#8878A2'

red 136 ◦ green 120 ◦ blue 162

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

Shades of Deluge #8878A2

Tints of Deluge #8878A2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 32.54%
G = 28.71%
B = 38.76%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8878A2 (or 0x8878A2) is known color: Deluge. HEX triplet: 88, 78 and A2. RGB value is (136,120,162). Sum of RGB (Red+Green+Blue) = 136+120+162=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 162 - color contains mainly: blue. Hex color #8878A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8878A2 is #77875D. Grayscale: #818181. Windows color (decimal): -7833438 or 10647688. OLE color: 10647688.

HSL color Cylindrical-coordinate representation of color #8878A2: hue angle of 262.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8878A2 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 120 162 -
CMYK 0.16 0.26 0 0.36
HSL 262.86º 0.18% 0.55% -
HSV(B) 262.86º 0.26% 0.64% -
XYZ 23.39 21.28 37.06 -
YUV 129.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 136 120 162 0.16 0.26 0 0.36 262.86 0.18 0.55
Hex 88 78 A2 10 1A 0 24 107 12 37
Octal 210 170 242 20 32 0 44 407 22 67
Binary 10001000 1111000 10100010 10000 11010 0 100100 100000111 10010 110111

Color Harmonies of #8878A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8878A2

Black with #8878A2

Text Example


Text Example

White with #8878A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8878A2; }

 p { color: rgb(136,120,162); }

 H1.HeaderClassName
 {
   color: #8878A2;
 }
 .AnyTagClassName
 {
   color: #8878A2;
 }
</style>

background-color css

<style>
 a { background-color: #8878A2; }

 a { background-color: rgb(136,120,162); }

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

border-color css

<style>
 span { border-color: #8878A2; }

 span { border-color: rgb(136,120,162); }

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