#837FD5

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

Shades of Moody Blue #837FD5

Tints of Moody Blue #837FD5

Color information

#837FD5 (or 0x837FD5) is unknown color: approx Moody Blue. HEX triplet: 83, 7F and D5. RGB value is (131,127,213). Sum of RGB (Red+Green+Blue) = 131+127+213=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #837FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FD5 is #7C802A. Grayscale: #898989. Windows color (decimal): -8159275 or 13991811. OLE color: 13991811.

HSL color Cylindrical-coordinate representation of color #837FD5: hue angle of 242.79º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #837FD5 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131127213-
CMYK0.380.4000.16
HSL242.79º50.59%66.67%-
HSV(B)242.79º40.38%83.53%-
XYZ28.9624.8166.21-
YUV138170.33123.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.81%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=27.81%
G=26.96%
B=45.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311272130.380.4000.16242.7950.5966.67
Hex837FD52628010f33343
Octal203177325465002036363103
Binary10000011111111111010101100110101000010000111100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,127,213); }

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

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

 a { background-color: rgb(131,127,213); }

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

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

 span { border-color: rgb(131,127,213); }

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