#827DDF

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

Shades of Moody Blue #827DDF

Tints of Moody Blue #827DDF

Color information

#827DDF (or 0x827DDF) is unknown color: approx Moody Blue. HEX triplet: 82, 7D and DF. RGB value is (130,125,223). Sum of RGB (Red+Green+Blue) = 130+125+223=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #827DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DDF is #7D8220. Grayscale: #898989. Windows color (decimal): -8225313 or 14646658. OLE color: 14646658.

HSL color Cylindrical-coordinate representation of color #827DDF: hue angle of 243.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827DDF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130125223-
CMYK0.420.4400.13
HSL243.06º60.49%68.24%-
HSV(B)243.06º43.95%87.45%-
XYZ29.8624.7473.01-
YUV137.67176.16122.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 223 (87.5% from 255) = 46.65%
R=27.20%
G=26.15%
B=46.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301252230.420.4400.13243.0660.4968.24
Hex827DDF2A2C0Df33c44
Octal202175337525401536374104
Binary1000001011111011101111110101010110001101111100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827DDF; }

 p { color: rgb(130,125,223); }

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

<style>
 a { background-color: #827DDF; }

 a { background-color: rgb(130,125,223); }

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

<style>
 span { border-color: #827DDF; }

 span { border-color: rgb(130,125,223); }

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