Html Css Color HEX #8D83DA Moody Blue

📋 copy color: '#8D83DA'

red 141 ◦ green 131 ◦ blue 218

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

Shades of Moody Blue #8D83DA

Tints of Moody Blue #8D83DA

RGB

 RED value IS 141 (55.47% from 255) = 28.78%

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

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

R = 28.78%
G = 26.73%
B = 44.49%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D83DA (or 0x8D83DA) is known color: Moody Blue. HEX triplet: 8D, 83 and DA. RGB value is (141,131,218). Sum of RGB (Red+Green+Blue) = 141+131+218=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D83DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83DA is #727C25. Grayscale: #8F8F8F. Windows color (decimal): -7502886 or 14320525. OLE color: 14320525.

HSL color Cylindrical-coordinate representation of color #8D83DA: hue angle of 246.9º 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 #8D83DA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 131 218 -
CMYK 0.35 0.40 0 0.15
HSL 246.9º 0.54% 0.68% -
HSV(B) 246.9º 0.4% 0.85% -
XYZ 31.76 26.96 69.86 -
YUV 143.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 141 131 218 0.35 0.40 0 0.15 246.9 0.54 0.68
Hex 8D 83 DA 23 28 0 F F7 36 44
Octal 215 203 332 43 50 0 17 367 66 104
Binary 10001101 10000011 11011010 100011 101000 0 1111 11110111 110110 1000100

Color Harmonies of #8D83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D83DA

Black with #8D83DA

Text Example


Text Example

White with #8D83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D83DA; }

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

 H1.HeaderClassName
 {
   color: #8D83DA;
 }
 .AnyTagClassName
 {
   color: #8D83DA;
 }
</style>

background-color css

<style>
 a { background-color: #8D83DA; }

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

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

border-color css

<style>
 span { border-color: #8D83DA; }

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

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