#827EDD

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

Shades of Moody Blue #827EDD

Tints of Moody Blue #827EDD

Color information

#827EDD (or 0x827EDD) is unknown color: approx Moody Blue. HEX triplet: 82, 7E and DD. RGB value is (130,126,221). Sum of RGB (Red+Green+Blue) = 130+126+221=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #827EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EDD is #7D8122. Grayscale: #898989. Windows color (decimal): -8225059 or 14515842. OLE color: 14515842.

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

Color convert

RGB130126221-
CMYK0.410.4300.13
HSL242.53º58.28%68.04%-
HSV(B)242.53º42.99%86.67%-
XYZ29.7224.8971.64-
YUV138.03174.83122.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=27.25%
G=26.42%
B=46.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301262210.410.4300.13242.5358.2868.04
Hex827EDD292B0Df33a44
Octal202176335515301536372104
Binary1000001011111101101110110100110101101101111100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,126,221); }

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

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

 a { background-color: rgb(130,126,221); }

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

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

 span { border-color: rgb(130,126,221); }

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