#827DE0

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

Shades of Moody Blue #827DE0

Tints of Moody Blue #827DE0

Color information

#827DE0 (or 0x827DE0) is unknown color: approx Moody Blue. HEX triplet: 82, 7D and E0. RGB value is (130,125,224). Sum of RGB (Red+Green+Blue) = 130+125+224=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #827DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DE0 is #7D821F. Grayscale: #898989. Windows color (decimal): -8225312 or 14712194. OLE color: 14712194.

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

Color convert

RGB130125224-
CMYK0.420.4400.12
HSL243.03º61.49%68.43%-
HSV(B)243.03º44.2%87.84%-
XYZ29.9924.7973.73-
YUV137.78176.66122.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=27.14%
G=26.10%
B=46.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1301252240.420.4400.12243.0361.4968.43
Hex827DE02A2C0Cf33d44
Octal202175340525401436375104
Binary1000001011111011110000010101010110001100111100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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