Html Css Color HEX #8983DD Moody Blue

📋 copy color: '#8983DD'

red 137 ◦ green 131 ◦ blue 221

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

Shades of Moody Blue #8983DD

Tints of Moody Blue #8983DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.79%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 28.02%
G = 26.79%
B = 45.19%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8983DD (or 0x8983DD) is known color: Moody Blue. HEX triplet: 89, 83 and DD. RGB value is (137,131,221). Sum of RGB (Red+Green+Blue) = 137+131+221=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8983DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983DD is #767C22. Grayscale: #8E8E8E. Windows color (decimal): -7765027 or 14517129. OLE color: 14517129.

HSL color Cylindrical-coordinate representation of color #8983DD: hue angle of 244º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8983DD is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 131 221 -
CMYK 0.38 0.41 0 0.13
HSL 244º 0.57% 0.69% -
HSV(B) 244º 0.41% 0.87% -
XYZ 31.48 26.77 71.91 -
YUV 143.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 137 131 221 0.38 0.41 0 0.13 244 0.57 0.69
Hex 89 83 DD 26 29 0 D F4 39 45
Octal 211 203 335 46 51 0 15 364 71 105
Binary 10001001 10000011 11011101 100110 101001 0 1101 11110100 111001 1000101

Color Harmonies of #8983DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8983DD

Black with #8983DD

Text Example


Text Example

White with #8983DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8983DD; }

 p { color: rgb(137,131,221); }

 H1.HeaderClassName
 {
   color: #8983DD;
 }
 .AnyTagClassName
 {
   color: #8983DD;
 }
</style>

background-color css

<style>
 a { background-color: #8983DD; }

 a { background-color: rgb(137,131,221); }

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

border-color css

<style>
 span { border-color: #8983DD; }

 span { border-color: rgb(137,131,221); }

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