Html Css Color HEX #8981BE Moody Blue

📋 copy color: '#8981BE'

red 137 ◦ green 129 ◦ blue 190

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

Shades of Moody Blue #8981BE

Tints of Moody Blue #8981BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.29%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 30.04%
G = 28.29%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8981BE (or 0x8981BE) is known color: Moody Blue. HEX triplet: 89, 81 and BE. RGB value is (137,129,190). Sum of RGB (Red+Green+Blue) = 137+129+190=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8981BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981BE is #767E41. Grayscale: #8A8A8A. Windows color (decimal): -7765570 or 12485001. OLE color: 12485001.

HSL color Cylindrical-coordinate representation of color #8981BE: hue angle of 247.87º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8981BE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 129 190 -
CMYK 0.28 0.32 0 0.25
HSL 247.87º 0.32% 0.63% -
HSV(B) 247.87º 0.32% 0.75% -
XYZ 27.46 24.74 52.04 -
YUV 138.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 137 129 190 0.28 0.32 0 0.25 247.87 0.32 0.63
Hex 89 81 BE 1C 20 0 19 F8 20 3F
Octal 211 201 276 34 40 0 31 370 40 77
Binary 10001001 10000001 10111110 11100 100000 0 11001 11111000 100000 111111

Color Harmonies of #8981BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8981BE

Black with #8981BE

Text Example


Text Example

White with #8981BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8981BE; }

 p { color: rgb(137,129,190); }

 H1.HeaderClassName
 {
   color: #8981BE;
 }
 .AnyTagClassName
 {
   color: #8981BE;
 }
</style>

background-color css

<style>
 a { background-color: #8981BE; }

 a { background-color: rgb(137,129,190); }

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

border-color css

<style>
 span { border-color: #8981BE; }

 span { border-color: rgb(137,129,190); }

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