Html Css Color HEX #8983D7 Moody Blue

📋 copy color: '#8983D7'

red 137 ◦ green 131 ◦ blue 215

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

Shades of Moody Blue #8983D7

Tints of Moody Blue #8983D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.51%

R = 28.36%
G = 27.12%
B = 44.51%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8983D7 (or 0x8983D7) is known color: Moody Blue. HEX triplet: 89, 83 and D7. RGB value is (137,131,215). Sum of RGB (Red+Green+Blue) = 137+131+215=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #8983D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8983D7 is #767C28. Grayscale: #8E8E8E. Windows color (decimal): -7765033 or 14123913. OLE color: 14123913.

HSL color Cylindrical-coordinate representation of color #8983D7: hue angle of 244.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8983D7 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 131 215 -
CMYK 0.36 0.39 0 0.16
HSL 244.29º 0.51% 0.68% -
HSV(B) 244.29º 0.39% 0.84% -
XYZ 30.7 26.46 67.78 -
YUV 142.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 137 131 215 0.36 0.39 0 0.16 244.29 0.51 0.68
Hex 89 83 D7 24 27 0 10 F4 33 44
Octal 211 203 327 44 47 0 20 364 63 104
Binary 10001001 10000011 11010111 100100 100111 0 10000 11110100 110011 1000100

Color Harmonies of #8983D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8983D7

Black with #8983D7

Text Example


Text Example

White with #8983D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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