#8D83DB

Color #8D83DB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8D83DB

Tints of Moody Blue #8D83DB

Color information

#8D83DB (or 0x8D83DB) is unknown color: approx Moody Blue. HEX triplet: 8D, 83 and DB. RGB value is (141,131,219). Sum of RGB (Red+Green+Blue) = 141+131+219=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83DB is #727C24. Grayscale: #8F8F8F. Windows color (decimal): -7502885 or 14386061. OLE color: 14386061.

HSL color Cylindrical-coordinate representation of color #8D83DB: hue angle of 246.82º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D83DB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141131219-
CMYK0.360.4000.14
HSL246.82º55%68.63%-
HSV(B)246.82º40.18%85.88%-
XYZ31.8927.0170.55-
YUV144.02170.31125.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=28.72%
G=26.68%
B=44.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411312190.360.4000.14246.825568.63
Hex8D83DB24280Ef73745
Octal215203333445001636767105
Binary10001101100000111101101110010010100001110111101111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D83DB;
 }
 .AnyTagClassName
 {
   color: #8D83DB;
 }
</style>
background-color css

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

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

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

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

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

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