#8D83CD

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

Shades of Moody Blue #8D83CD

Tints of Moody Blue #8D83CD

Color information

#8D83CD (or 0x8D83CD) is unknown color: approx Moody Blue. HEX triplet: 8D, 83 and CD. RGB value is (141,131,205). Sum of RGB (Red+Green+Blue) = 141+131+205=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D83CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83CD is #727C32. Grayscale: #8E8E8E. Windows color (decimal): -7502899 or 13468557. OLE color: 13468557.

HSL color Cylindrical-coordinate representation of color #8D83CD: hue angle of 248.11º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D83CD is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141131205-
CMYK0.310.3600.20
HSL248.11º42.53%65.88%-
HSV(B)248.11º36.1%80.39%-
XYZ30.1226.361.25-
YUV142.43163.31126.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=29.56%
G=27.46%
B=42.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411312050.310.3600.20248.1142.5365.88
Hex8D83CD1F24014f82b42
Octal215203315374402437053102
Binary10001101100000111100110111111100100010100111110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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