#837DCC

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

Shades of Moody Blue #837DCC

Tints of Moody Blue #837DCC

Color information

#837DCC (or 0x837DCC) is unknown color: approx Moody Blue. HEX triplet: 83, 7D and CC. RGB value is (131,125,204). Sum of RGB (Red+Green+Blue) = 131+125+204=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #837DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DCC is #7C8233. Grayscale: #878787. Windows color (decimal): -8159796 or 13401475. OLE color: 13401475.

HSL color Cylindrical-coordinate representation of color #837DCC: hue angle of 244.56º 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 #837DCC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131125204-
CMYK0.360.3900.2
HSL244.56º43.65%64.51%-
HSV(B)244.56º38.73%80%-
XYZ27.5923.8560.28-
YUV135.8166.49124.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.48%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=28.48%
G=27.17%
B=44.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311252040.360.3900.2244.5643.6564.51
Hex837DCC2427014f52c41
Octal203175314444702436554101
Binary10000011111110111001100100100100111010100111101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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