Html Css Color HEX #8978C1 Moody Blue

📋 copy color: '#8978C1'

red 137 ◦ green 120 ◦ blue 193

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

Shades of Moody Blue #8978C1

Tints of Moody Blue #8978C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 30.44%
G = 26.67%
B = 42.89%

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

#8978C1 (or 0x8978C1) is known color: Moody Blue. HEX triplet: 89, 78 and C1. RGB value is (137,120,193). Sum of RGB (Red+Green+Blue) = 137+120+193=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #8978C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978C1 is #76873E. Grayscale: #858585. Windows color (decimal): -7767871 or 12679305. OLE color: 12679305.

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

Color convert

RGB 137 120 193 -
CMYK 0.29 0.38 0 0.24
HSL 253.97º 0.37% 0.61% -
HSV(B) 253.97º 0.38% 0.76% -
XYZ 26.66 22.6 53.41 -
YUV 133.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 137 120 193 0.29 0.38 0 0.24 253.97 0.37 0.61
Hex 89 78 C1 1D 26 0 18 FE 25 3D
Octal 211 170 301 35 46 0 30 376 45 75
Binary 10001001 1111000 11000001 11101 100110 0 11000 11111110 100101 111101

Color Harmonies of #8978C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8978C1

Black with #8978C1

Text Example


Text Example

White with #8978C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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