Html Css Color HEX #8977CE Moody Blue

📋 copy color: '#8977CE'

red 137 ◦ green 119 ◦ blue 206

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

Shades of Moody Blue #8977CE

Tints of Moody Blue #8977CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 29.65%
G = 25.76%
B = 44.59%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8977CE (or 0x8977CE) is known color: Moody Blue. HEX triplet: 89, 77 and CE. RGB value is (137,119,206). Sum of RGB (Red+Green+Blue) = 137+119+206=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #8977CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977CE is #768831. Grayscale: #858585. Windows color (decimal): -7768114 or 13531017. OLE color: 13531017.

HSL color Cylindrical-coordinate representation of color #8977CE: hue angle of 252.41º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8977CE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 119 206 -
CMYK 0.33 0.42 0 0.19
HSL 252.41º 0.47% 0.64% -
HSV(B) 252.41º 0.42% 0.81% -
XYZ 28.05 22.97 61.35 -
YUV 134.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 137 119 206 0.33 0.42 0 0.19 252.41 0.47 0.64
Hex 89 77 CE 21 2A 0 13 FC 2F 40
Octal 211 167 316 41 52 0 23 374 57 100
Binary 10001001 1110111 11001110 100001 101010 0 10011 11111100 101111 1000000

Color Harmonies of #8977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8977CE

Black with #8977CE

Text Example


Text Example

White with #8977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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