#837BBA

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

Shades of Moody Blue #837BBA

Tints of Moody Blue #837BBA

Color information

#837BBA (or 0x837BBA) is unknown color: approx Moody Blue. HEX triplet: 83, 7B and BA. RGB value is (131,123,186). Sum of RGB (Red+Green+Blue) = 131+123+186=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #837BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BBA is #7C8445. Grayscale: #848484. Windows color (decimal): -8160326 or 12221315. OLE color: 12221315.

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

Color convert

RGB131123186-
CMYK0.300.3400.27
HSL247.62º31.34%60.59%-
HSV(B)247.62º33.87%72.94%-
XYZ25.3122.5449.47-
YUV132.57158.15126.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=29.77%
G=27.95%
B=42.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311231860.300.3400.27247.6231.3460.59
Hex837BBA1E2201Bf81f3d
Octal20317327236420333703775
Binary10000011111101110111010111101000100110111111100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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