Html Css Color HEX #8978A1 Deluge

📋 copy color: '#8978A1'

red 137 ◦ green 120 ◦ blue 161

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

Shades of Deluge #8978A1

Tints of Deluge #8978A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 32.78%
G = 28.71%
B = 38.52%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8978A1 (or 0x8978A1) is known color: Deluge. HEX triplet: 89, 78 and A1. RGB value is (137,120,161). Sum of RGB (Red+Green+Blue) = 137+120+161=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 161 - color contains mainly: blue. Hex color #8978A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978A1 is #76875E. Grayscale: #818181. Windows color (decimal): -7767903 or 10582153. OLE color: 10582153.

HSL color Cylindrical-coordinate representation of color #8978A1: hue angle of 264.88º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8978A1 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 120 161 -
CMYK 0.15 0.25 0 0.37
HSL 264.88º 0.18% 0.55% -
HSV(B) 264.88º 0.25% 0.63% -
XYZ 23.47 21.32 36.6 -
YUV 129.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 137 120 161 0.15 0.25 0 0.37 264.88 0.18 0.55
Hex 89 78 A1 F 19 0 25 109 12 37
Octal 211 170 241 17 31 0 45 411 22 67
Binary 10001001 1111000 10100001 1111 11001 0 100101 100001001 10010 110111

Color Harmonies of #8978A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8978A1

Black with #8978A1

Text Example


Text Example

White with #8978A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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