Html Css Color HEX #8979B2 Deluge

📋 copy color: '#8979B2'

red 137 ◦ green 121 ◦ blue 178

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

Shades of Deluge #8979B2

Tints of Deluge #8979B2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.75%

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 31.42%
G = 27.75%
B = 40.83%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8979B2 (or 0x8979B2) is known color: Deluge. HEX triplet: 89, 79 and B2. RGB value is (137,121,178). Sum of RGB (Red+Green+Blue) = 137+121+178=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #8979B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8979B2 is #76864D. Grayscale: #848484. Windows color (decimal): -7767630 or 11696521. OLE color: 11696521.

HSL color Cylindrical-coordinate representation of color #8979B2: hue angle of 256.84º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8979B2 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 121 178 -
CMYK 0.23 0.32 0 0.30
HSL 256.84º 0.27% 0.59% -
HSV(B) 256.84º 0.32% 0.7% -
XYZ 25.19 22.21 45.08 -
YUV 132.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 137 121 178 0.23 0.32 0 0.30 256.84 0.27 0.59
Hex 89 79 B2 17 20 0 1E 101 1B 3B
Octal 211 171 262 27 40 0 36 401 33 73
Binary 10001001 1111001 10110010 10111 100000 0 11110 100000001 11011 111011

Color Harmonies of #8979B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8979B2

Black with #8979B2

Text Example


Text Example

White with #8979B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8979B2; }

 p { color: rgb(137,121,178); }

 H1.HeaderClassName
 {
   color: #8979B2;
 }
 .AnyTagClassName
 {
   color: #8979B2;
 }
</style>

background-color css

<style>
 a { background-color: #8979B2; }

 a { background-color: rgb(137,121,178); }

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

border-color css

<style>
 span { border-color: #8979B2; }

 span { border-color: rgb(137,121,178); }

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