Html Css Color HEX #8978B3 Deluge

📋 copy color: '#8978B3'

red 137 ◦ green 120 ◦ blue 179

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

Shades of Deluge #8978B3

Tints of Deluge #8978B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.06%

R = 31.42%
G = 27.52%
B = 41.06%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8978B3 (or 0x8978B3) is known color: Deluge. HEX triplet: 89, 78 and B3. RGB value is (137,120,179). Sum of RGB (Red+Green+Blue) = 137+120+179=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #8978B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978B3 is #76874C. Grayscale: #838383. Windows color (decimal): -7767885 or 11761801. OLE color: 11761801.

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

Color convert

RGB 137 120 179 -
CMYK 0.23 0.33 0 0.30
HSL 257.29º 0.28% 0.59% -
HSV(B) 257.29º 0.33% 0.7% -
XYZ 25.17 22.01 45.57 -
YUV 131.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 137 120 179 0.23 0.33 0 0.30 257.29 0.28 0.59
Hex 89 78 B3 17 21 0 1E 101 1C 3B
Octal 211 170 263 27 41 0 36 401 34 73
Binary 10001001 1111000 10110011 10111 100001 0 11110 100000001 11100 111011

Color Harmonies of #8978B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8978B3

Black with #8978B3

Text Example


Text Example

White with #8978B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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