#827DCC

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

Shades of Moody Blue #827DCC

Tints of Moody Blue #827DCC

Color information

#827DCC (or 0x827DCC) is unknown color: approx Moody Blue. HEX triplet: 82, 7D and CC. RGB value is (130,125,204). Sum of RGB (Red+Green+Blue) = 130+125+204=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #827DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DCC is #7D8233. Grayscale: #878787. Windows color (decimal): -8225332 or 13401474. OLE color: 13401474.

HSL color Cylindrical-coordinate representation of color #827DCC: hue angle of 243.8º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827DCC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130125204-
CMYK0.360.3900.2
HSL243.8º43.65%64.51%-
HSV(B)243.8º38.73%80%-
XYZ27.4423.7760.27-
YUV135.5166.66124.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=28.32%
G=27.23%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301252040.360.3900.2243.843.6564.51
Hex827DCC2427014f42c41
Octal202175314444702436454101
Binary10000010111110111001100100100100111010100111101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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