#827DD0

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

Shades of Moody Blue #827DD0

Tints of Moody Blue #827DD0

Color information

#827DD0 (or 0x827DD0) is unknown color: approx Moody Blue. HEX triplet: 82, 7D and D0. RGB value is (130,125,208). Sum of RGB (Red+Green+Blue) = 130+125+208=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #827DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DD0 is #7D822F. Grayscale: #878787. Windows color (decimal): -8225328 or 13663618. OLE color: 13663618.

HSL color Cylindrical-coordinate representation of color #827DD0: hue angle of 243.61º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827DD0 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130125208-
CMYK0.380.4000.18
HSL243.61º46.89%65.29%-
HSV(B)243.61º39.9%81.57%-
XYZ27.9223.9762.83-
YUV135.96168.66123.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=28.08%
G=27.00%
B=44.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301252080.380.4000.18243.6146.8965.29
Hex827DD02628012f42f41
Octal202175320465002236457101
Binary10000010111110111010000100110101000010010111101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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