Html Css Color HEX #8978AA Deluge

📋 copy color: '#8978AA'

red 137 ◦ green 120 ◦ blue 170

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

Shades of Deluge #8978AA

Tints of Deluge #8978AA

RGB

 RED value IS 137 (53.91% from 255) = 32.08%

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 32.08%
G = 28.1%
B = 39.81%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8978AA (or 0x8978AA) is known color: Deluge. HEX triplet: 89, 78 and AA. RGB value is (137,120,170). Sum of RGB (Red+Green+Blue) = 137+120+170=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #8978AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978AA is #768755. Grayscale: #828282. Windows color (decimal): -7767894 or 11171977. OLE color: 11171977.

HSL color Cylindrical-coordinate representation of color #8978AA: hue angle of 260.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8978AA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 120 170 -
CMYK 0.19 0.29 0 0.33
HSL 260.4º 0.23% 0.57% -
HSV(B) 260.4º 0.29% 0.67% -
XYZ 24.29 21.65 40.93 -
YUV 130.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 137 120 170 0.19 0.29 0 0.33 260.4 0.23 0.57
Hex 89 78 AA 13 1D 0 21 104 17 39
Octal 211 170 252 23 35 0 41 404 27 71
Binary 10001001 1111000 10101010 10011 11101 0 100001 100000100 10111 111001

Color Harmonies of #8978AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8978AA

Black with #8978AA

Text Example


Text Example

White with #8978AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8978AA; }

 p { color: rgb(137,120,170); }

 H1.HeaderClassName
 {
   color: #8978AA;
 }
 .AnyTagClassName
 {
   color: #8978AA;
 }
</style>

background-color css

<style>
 a { background-color: #8978AA; }

 a { background-color: rgb(137,120,170); }

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

border-color css

<style>
 span { border-color: #8978AA; }

 span { border-color: rgb(137,120,170); }

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