#837ABE

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

Shades of Moody Blue #837ABE

Tints of Moody Blue #837ABE

Color information

#837ABE (or 0x837ABE) is unknown color: approx Moody Blue. HEX triplet: 83, 7A and BE. RGB value is (131,122,190). Sum of RGB (Red+Green+Blue) = 131+122+190=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #837ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ABE is #7C8541. Grayscale: #848484. Windows color (decimal): -8160578 or 12483203. OLE color: 12483203.

HSL color Cylindrical-coordinate representation of color #837ABE: hue angle of 247.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #837ABE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131122190-
CMYK0.310.3600.25
HSL247.94º34.34%61.18%-
HSV(B)247.94º35.79%74.51%-
XYZ25.6122.4651.7-
YUV132.44160.48126.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.57%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=29.57%
G=27.54%
B=42.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311221900.310.3600.25247.9434.3461.18
Hex837ABE1F24019f8223d
Octal20317227637440313704275
Binary100000111111010101111101111110010001100111111000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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