Html Css Color HEX #8980CB Moody Blue

📋 copy color: '#8980CB'

red 137 ◦ green 128 ◦ blue 203

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

Shades of Moody Blue #8980CB

Tints of Moody Blue #8980CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 29.27%
G = 27.35%
B = 43.38%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8980CB (or 0x8980CB) is known color: Moody Blue. HEX triplet: 89, 80 and CB. RGB value is (137,128,203). Sum of RGB (Red+Green+Blue) = 137+128+203=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #8980CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8980CB is #767F34. Grayscale: #8A8A8A. Windows color (decimal): -7765813 or 13336713. OLE color: 13336713.

HSL color Cylindrical-coordinate representation of color #8980CB: hue angle of 247.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8980CB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 128 203 -
CMYK 0.33 0.37 0 0.20
HSL 247.2º 0.42% 0.65% -
HSV(B) 247.2º 0.37% 0.8% -
XYZ 28.82 25.07 59.82 -
YUV 139.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 137 128 203 0.33 0.37 0 0.20 247.2 0.42 0.65
Hex 89 80 CB 21 25 0 14 F7 2A 41
Octal 211 200 313 41 45 0 24 367 52 101
Binary 10001001 10000000 11001011 100001 100101 0 10100 11110111 101010 1000001

Color Harmonies of #8980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8980CB

Black with #8980CB

Text Example


Text Example

White with #8980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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