#837BD8

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

Shades of Moody Blue #837BD8

Tints of Moody Blue #837BD8

Color information

#837BD8 (or 0x837BD8) is unknown color: approx Moody Blue. HEX triplet: 83, 7B and D8. RGB value is (131,123,216). Sum of RGB (Red+Green+Blue) = 131+123+216=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #837BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BD8 is #7C8427. Grayscale: #878787. Windows color (decimal): -8160296 or 14187395. OLE color: 14187395.

HSL color Cylindrical-coordinate representation of color #837BD8: hue angle of 245.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #837BD8 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131123216-
CMYK0.390.4300.15
HSL245.16º54.39%66.47%-
HSV(B)245.16º43.06%84.71%-
XYZ28.8423.9568.07-
YUV135.99173.15124.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.87%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=27.87%
G=26.17%
B=45.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311232160.390.4300.15245.1654.3966.47
Hex837BD8272B0Ff53642
Octal203173330475301736566102
Binary1000001111110111101100010011110101101111111101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,123,216); }

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

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

 a { background-color: rgb(131,123,216); }

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

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

 span { border-color: rgb(131,123,216); }

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