#837DCD

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

Shades of Moody Blue #837DCD

Tints of Moody Blue #837DCD

Color information

#837DCD (or 0x837DCD) is unknown color: approx Moody Blue. HEX triplet: 83, 7D and CD. RGB value is (131,125,205). Sum of RGB (Red+Green+Blue) = 131+125+205=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #837DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DCD is #7C8232. Grayscale: #878787. Windows color (decimal): -8159795 or 13467011. OLE color: 13467011.

HSL color Cylindrical-coordinate representation of color #837DCD: hue angle of 244.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837DCD is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131125205-
CMYK0.360.3900.20
HSL244.5º44.44%64.71%-
HSV(B)244.5º39.02%80.39%-
XYZ27.7123.960.91-
YUV135.91166.99124.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=28.42%
G=27.11%
B=44.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311252050.360.3900.20244.544.4464.71
Hex837DCD2427014f42c41
Octal203175315444702436454101
Binary10000011111110111001101100100100111010100111101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837DCD; }

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

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

<style>
 a { background-color: #837DCD; }

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

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

<style>
 span { border-color: #837DCD; }

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

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