#827EDC

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

Shades of Moody Blue #827EDC

Tints of Moody Blue #827EDC

Color information

#827EDC (or 0x827EDC) is unknown color: approx Moody Blue. HEX triplet: 82, 7E and DC. RGB value is (130,126,220). Sum of RGB (Red+Green+Blue) = 130+126+220=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #827EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EDC is #7D8123. Grayscale: #898989. Windows color (decimal): -8225060 or 14450306. OLE color: 14450306.

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

Color convert

RGB130126220-
CMYK0.410.4300.14
HSL242.55º57.32%67.84%-
HSV(B)242.55º42.73%86.27%-
XYZ29.5924.8370.94-
YUV137.91174.33122.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 220 (86.33% from 255) = 46.22%
R=27.31%
G=26.47%
B=46.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301262200.410.4300.14242.5557.3267.84
Hex827EDC292B0Ef33944
Octal202176334515301636371104
Binary1000001011111101101110010100110101101110111100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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