#827CDD

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

Shades of Moody Blue #827CDD

Tints of Moody Blue #827CDD

Color information

#827CDD (or 0x827CDD) is unknown color: approx Moody Blue. HEX triplet: 82, 7C and DD. RGB value is (130,124,221). Sum of RGB (Red+Green+Blue) = 130+124+221=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #827CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CDD is #7D8322. Grayscale: #888888. Windows color (decimal): -8225571 or 14515330. OLE color: 14515330.

HSL color Cylindrical-coordinate representation of color #827CDD: hue angle of 243.71º degrees, saturation: 0.59, 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 #827CDD is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130124221-
CMYK0.410.4400.13
HSL243.71º58.79%67.65%-
HSV(B)243.71º43.89%86.67%-
XYZ29.4624.3871.56-
YUV136.85175.49123.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=27.37%
G=26.11%
B=46.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301242210.410.4400.13243.7158.7967.65
Hex827CDD292C0Df43b44
Octal202174335515401536473104
Binary1000001011111001101110110100110110001101111101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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