Html Css Color HEX #8980CE Moody Blue

📋 copy color: '#8980CE'

red 137 ◦ green 128 ◦ blue 206

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

Shades of Moody Blue #8980CE

Tints of Moody Blue #8980CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

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

R = 29.09%
G = 27.18%
B = 43.74%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8980CE (or 0x8980CE) is known color: Moody Blue. HEX triplet: 89, 80 and CE. RGB value is (137,128,206). Sum of RGB (Red+Green+Blue) = 137+128+206=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8980CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980CE is #767F31. Grayscale: #8B8B8B. Windows color (decimal): -7765810 or 13533321. OLE color: 13533321.

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

Color convert

RGB 137 128 206 -
CMYK 0.33 0.38 0 0.19
HSL 246.92º 0.44% 0.65% -
HSV(B) 246.92º 0.38% 0.81% -
XYZ 29.18 25.21 61.72 -
YUV 139.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 137 128 206 0.33 0.38 0 0.19 246.92 0.44 0.65
Hex 89 80 CE 21 26 0 13 F7 2C 41
Octal 211 200 316 41 46 0 23 367 54 101
Binary 10001001 10000000 11001110 100001 100110 0 10011 11110111 101100 1000001

Color Harmonies of #8980CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8980CE

Black with #8980CE

Text Example


Text Example

White with #8980CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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