#837DBA

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

Shades of Moody Blue #837DBA

Tints of Moody Blue #837DBA

Color information

#837DBA (or 0x837DBA) is unknown color: approx Moody Blue. HEX triplet: 83, 7D and BA. RGB value is (131,125,186). Sum of RGB (Red+Green+Blue) = 131+125+186=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #837DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DBA is #7C8245. Grayscale: #858585. Windows color (decimal): -8159814 or 12221827. OLE color: 12221827.

HSL color Cylindrical-coordinate representation of color #837DBA: hue angle of 245.9º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #837DBA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131125186-
CMYK0.300.3300.27
HSL245.9º30.65%60.98%-
HSV(B)245.9º32.8%72.94%-
XYZ25.5623.0449.55-
YUV133.75157.49126.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=29.64%
G=28.28%
B=42.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311251860.300.3300.27245.930.6560.98
Hex837DBA1E2101Bf61f3d
Octal20317527236410333663775
Binary10000011111110110111010111101000010110111111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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