Html Css Color HEX #8981DB Moody Blue

📋 copy color: '#8981DB'

red 137 ◦ green 129 ◦ blue 219

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

Shades of Moody Blue #8981DB

Tints of Moody Blue #8981DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 28.25%
G = 26.6%
B = 45.15%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8981DB (or 0x8981DB) is known color: Moody Blue. HEX triplet: 89, 81 and DB. RGB value is (137,129,219). Sum of RGB (Red+Green+Blue) = 137+129+219=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8981DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8981DB is #767E24. Grayscale: #8D8D8D. Windows color (decimal): -7765541 or 14385545. OLE color: 14385545.

HSL color Cylindrical-coordinate representation of color #8981DB: hue angle of 245.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8981DB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 129 219 -
CMYK 0.37 0.41 0 0.14
HSL 245.33º 0.56% 0.68% -
HSV(B) 245.33º 0.41% 0.86% -
XYZ 30.95 26.13 70.43 -
YUV 141.65 171.65 124.68 -
System Red Green Blue C M Y K H S L
Decimal 137 129 219 0.37 0.41 0 0.14 245.33 0.56 0.68
Hex 89 81 DB 25 29 0 E F5 38 44
Octal 211 201 333 45 51 0 16 365 70 104
Binary 10001001 10000001 11011011 100101 101001 0 1110 11110101 111000 1000100

Color Harmonies of #8981DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8981DB

Black with #8981DB

Text Example


Text Example

White with #8981DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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