Html Css Color HEX #8977CC Moody Blue

📋 copy color: '#8977CC'

red 137 ◦ green 119 ◦ blue 204

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

Shades of Moody Blue #8977CC

Tints of Moody Blue #8977CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.87%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 29.78%
G = 25.87%
B = 44.35%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8977CC (or 0x8977CC) is known color: Moody Blue. HEX triplet: 89, 77 and CC. RGB value is (137,119,204). Sum of RGB (Red+Green+Blue) = 137+119+204=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #8977CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977CC is #768833. Grayscale: #858585. Windows color (decimal): -7768116 or 13399945. OLE color: 13399945.

HSL color Cylindrical-coordinate representation of color #8977CC: hue angle of 252.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8977CC is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 119 204 -
CMYK 0.33 0.42 0 0.2
HSL 252.71º 0.45% 0.63% -
HSV(B) 252.71º 0.42% 0.8% -
XYZ 27.81 22.87 60.08 -
YUV 134.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 137 119 204 0.33 0.42 0 0.2 252.71 0.45 0.63
Hex 89 77 CC 21 2A 0 14 FD 2D 3F
Octal 211 167 314 41 52 0 24 375 55 77
Binary 10001001 1110111 11001100 100001 101010 0 10100 11111101 101101 111111

Color Harmonies of #8977CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8977CC

Black with #8977CC

Text Example


Text Example

White with #8977CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8977CC; }

 p { color: rgb(137,119,204); }

 H1.HeaderClassName
 {
   color: #8977CC;
 }
 .AnyTagClassName
 {
   color: #8977CC;
 }
</style>

background-color css

<style>
 a { background-color: #8977CC; }

 a { background-color: rgb(137,119,204); }

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

border-color css

<style>
 span { border-color: #8977CC; }

 span { border-color: rgb(137,119,204); }

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