#837AD0

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

Shades of Moody Blue #837AD0

Tints of Moody Blue #837AD0

Color information

#837AD0 (or 0x837AD0) is unknown color: approx Moody Blue. HEX triplet: 83, 7A and D0. RGB value is (131,122,208). Sum of RGB (Red+Green+Blue) = 131+122+208=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #837AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837AD0 is #7C852F. Grayscale: #868686. Windows color (decimal): -8160560 or 13662851. OLE color: 13662851.

HSL color Cylindrical-coordinate representation of color #837AD0: hue angle of 246.28º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #837AD0 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131122208-
CMYK0.370.4100.18
HSL246.28º47.78%64.71%-
HSV(B)246.28º41.35%81.57%-
XYZ27.723.362.71-
YUV134.49169.48125.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=28.42%
G=26.46%
B=45.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1311222080.370.4100.18246.2847.7864.71
Hex837AD02529012f63041
Octal203172320455102236660101
Binary10000011111101011010000100101101001010010111101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,122,208); }

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

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

 a { background-color: rgb(131,122,208); }

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

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

 span { border-color: rgb(131,122,208); }

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