Html Css Color HEX #8980D0 Moody Blue

📋 copy color: '#8980D0'

red 137 ◦ green 128 ◦ blue 208

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

Shades of Moody Blue #8980D0

Tints of Moody Blue #8980D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 28.96%
G = 27.06%
B = 43.97%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8980D0 (or 0x8980D0) is known color: Moody Blue. HEX triplet: 89, 80 and D0. RGB value is (137,128,208). Sum of RGB (Red+Green+Blue) = 137+128+208=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #8980D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980D0 is #767F2F. Grayscale: #8B8B8B. Windows color (decimal): -7765808 or 13664393. OLE color: 13664393.

HSL color Cylindrical-coordinate representation of color #8980D0: hue angle of 246.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8980D0 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 128 208 -
CMYK 0.34 0.38 0 0.18
HSL 246.75º 0.46% 0.66% -
HSV(B) 246.75º 0.38% 0.82% -
XYZ 29.42 25.31 63.01 -
YUV 139.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 137 128 208 0.34 0.38 0 0.18 246.75 0.46 0.66
Hex 89 80 D0 22 26 0 12 F7 2E 42
Octal 211 200 320 42 46 0 22 367 56 102
Binary 10001001 10000000 11010000 100010 100110 0 10010 11110111 101110 1000010

Color Harmonies of #8980D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8980D0

Black with #8980D0

Text Example


Text Example

White with #8980D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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