Html Css Color HEX #8976CE Moody Blue

📋 copy color: '#8976CE'

red 137 ◦ green 118 ◦ blue 206

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

Shades of Moody Blue #8976CE

Tints of Moody Blue #8976CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

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

R = 29.72%
G = 25.6%
B = 44.69%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8976CE (or 0x8976CE) is known color: Moody Blue. HEX triplet: 89, 76 and CE. RGB value is (137,118,206). Sum of RGB (Red+Green+Blue) = 137+118+206=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #8976CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976CE is #768931. Grayscale: #858585. Windows color (decimal): -7768370 or 13530761. OLE color: 13530761.

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

Color convert

RGB 137 118 206 -
CMYK 0.33 0.43 0 0.19
HSL 252.95º 0.47% 0.64% -
HSV(B) 252.95º 0.43% 0.81% -
XYZ 27.94 22.73 61.31 -
YUV 133.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 137 118 206 0.33 0.43 0 0.19 252.95 0.47 0.64
Hex 89 76 CE 21 2B 0 13 FD 2F 40
Octal 211 166 316 41 53 0 23 375 57 100
Binary 10001001 1110110 11001110 100001 101011 0 10011 11111101 101111 1000000

Color Harmonies of #8976CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8976CE

Black with #8976CE

Text Example


Text Example

White with #8976CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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