Html Css Color HEX #8979C2 Moody Blue

📋 copy color: '#8979C2'

red 137 ◦ green 121 ◦ blue 194

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

Shades of Moody Blue #8979C2

Tints of Moody Blue #8979C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.92%

R = 30.31%
G = 26.77%
B = 42.92%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8979C2 (or 0x8979C2) is known color: Moody Blue. HEX triplet: 89, 79 and C2. RGB value is (137,121,194). Sum of RGB (Red+Green+Blue) = 137+121+194=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #8979C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979C2 is #76863D. Grayscale: #858585. Windows color (decimal): -7767614 or 12745097. OLE color: 12745097.

HSL color Cylindrical-coordinate representation of color #8979C2: hue angle of 253.15º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8979C2 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 121 194 -
CMYK 0.29 0.38 0 0.24
HSL 253.15º 0.37% 0.62% -
HSV(B) 253.15º 0.38% 0.76% -
XYZ 26.89 22.89 54.04 -
YUV 134.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 137 121 194 0.29 0.38 0 0.24 253.15 0.37 0.62
Hex 89 79 C2 1D 26 0 18 FD 25 3E
Octal 211 171 302 35 46 0 30 375 45 76
Binary 10001001 1111001 11000010 11101 100110 0 11000 11111101 100101 111110

Color Harmonies of #8979C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8979C2

Black with #8979C2

Text Example


Text Example

White with #8979C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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