Html Css Color HEX #8983DA Moody Blue

📋 copy color: '#8983DA'

red 137 ◦ green 131 ◦ blue 218

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

Shades of Moody Blue #8983DA

Tints of Moody Blue #8983DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 28.19%
G = 26.95%
B = 44.86%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8983DA (or 0x8983DA) is known color: Moody Blue. HEX triplet: 89, 83 and DA. RGB value is (137,131,218). Sum of RGB (Red+Green+Blue) = 137+131+218=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #8983DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983DA is #767C25. Grayscale: #8E8E8E. Windows color (decimal): -7765030 or 14320521. OLE color: 14320521.

HSL color Cylindrical-coordinate representation of color #8983DA: hue angle of 244.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8983DA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 131 218 -
CMYK 0.37 0.40 0 0.15
HSL 244.14º 0.54% 0.68% -
HSV(B) 244.14º 0.4% 0.85% -
XYZ 31.09 26.61 69.83 -
YUV 142.71 170.49 123.93 -
System Red Green Blue C M Y K H S L
Decimal 137 131 218 0.37 0.40 0 0.15 244.14 0.54 0.68
Hex 89 83 DA 25 28 0 F F4 36 44
Octal 211 203 332 45 50 0 17 364 66 104
Binary 10001001 10000011 11011010 100101 101000 0 1111 11110100 110110 1000100

Color Harmonies of #8983DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8983DA

Black with #8983DA

Text Example


Text Example

White with #8983DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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