#837BBE

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

Shades of Moody Blue #837BBE

Tints of Moody Blue #837BBE

Color information

#837BBE (or 0x837BBE) is unknown color: approx Moody Blue. HEX triplet: 83, 7B and BE. RGB value is (131,123,190). Sum of RGB (Red+Green+Blue) = 131+123+190=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #837BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BBE is #7C8441. Grayscale: #848484. Windows color (decimal): -8160322 or 12483459. OLE color: 12483459.

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

Color convert

RGB131123190-
CMYK0.310.3500.25
HSL247.16º34.01%61.37%-
HSV(B)247.16º35.26%74.51%-
XYZ25.7422.7151.74-
YUV133.03160.15126.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=29.50%
G=27.70%
B=42.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311231900.310.3500.25247.1634.0161.37
Hex837BBE1F23019f7223d
Octal20317327637430313674275
Binary100000111111011101111101111110001101100111110111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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