#827DD8

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

Shades of Moody Blue #827DD8

Tints of Moody Blue #827DD8

Color information

#827DD8 (or 0x827DD8) is unknown color: approx Moody Blue. HEX triplet: 82, 7D and D8. RGB value is (130,125,216). Sum of RGB (Red+Green+Blue) = 130+125+216=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #827DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DD8 is #7D8227. Grayscale: #888888. Windows color (decimal): -8225320 or 14187906. OLE color: 14187906.

HSL color Cylindrical-coordinate representation of color #827DD8: hue angle of 243.3º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #827DD8 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130125216-
CMYK0.400.4200.15
HSL243.3º53.85%66.86%-
HSV(B)243.3º42.13%84.71%-
XYZ28.9324.3768.14-
YUV136.87172.66123.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 216 (84.77% from 255) = 45.86%
R=27.60%
G=26.54%
B=45.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301252160.400.4200.15243.353.8566.86
Hex827DD8282A0Ff33643
Octal202175330505201736366103
Binary1000001011111011101100010100010101001111111100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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