Html Css Color HEX #8870A9 Deluge

📋 copy color: '#8870A9'

red 136 ◦ green 112 ◦ blue 169

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

Shades of Deluge #8870A9

Tints of Deluge #8870A9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

 BLUE value IS 169 (66.41% from 255) = 40.53%

R = 32.61%
G = 26.86%
B = 40.53%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8870A9 (or 0x8870A9) is known color: Deluge. HEX triplet: 88, 70 and A9. RGB value is (136,112,169). Sum of RGB (Red+Green+Blue) = 136+112+169=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 169 - color contains mainly: blue. Hex color #8870A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8870A9 is #778F56. Grayscale: #7D7D7D. Windows color (decimal): -7835479 or 11104392. OLE color: 11104392.

HSL color Cylindrical-coordinate representation of color #8870A9: hue angle of 265.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8870A9 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 112 169 -
CMYK 0.20 0.34 0 0.34
HSL 265.26º 0.25% 0.55% -
HSV(B) 265.26º 0.34% 0.66% -
XYZ 23.11 19.69 40.12 -
YUV 125.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 136 112 169 0.20 0.34 0 0.34 265.26 0.25 0.55
Hex 88 70 A9 14 22 0 22 109 19 37
Octal 210 160 251 24 42 0 42 411 31 67
Binary 10001000 1110000 10101001 10100 100010 0 100010 100001001 11001 110111

Color Harmonies of #8870A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8870A9

Black with #8870A9

Text Example


Text Example

White with #8870A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8870A9; }

 p { color: rgb(136,112,169); }

 H1.HeaderClassName
 {
   color: #8870A9;
 }
 .AnyTagClassName
 {
   color: #8870A9;
 }
</style>

background-color css

<style>
 a { background-color: #8870A9; }

 a { background-color: rgb(136,112,169); }

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

border-color css

<style>
 span { border-color: #8870A9; }

 span { border-color: rgb(136,112,169); }

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