#827EB2

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

Shades of Moody Blue #827EB2

Tints of Moody Blue #827EB2

Color information

#827EB2 (or 0x827EB2) is unknown color: approx Moody Blue. HEX triplet: 82, 7E and B2. RGB value is (130,126,178). Sum of RGB (Red+Green+Blue) = 130+126+178=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #827EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EB2 is #7D814D. Grayscale: #848484. Windows color (decimal): -8225102 or 11697794. OLE color: 11697794.

HSL color Cylindrical-coordinate representation of color #827EB2: hue angle of 244.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827EB2 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB130126178-
CMYK0.270.2900.30
HSL244.62º25.24%59.61%-
HSV(B)244.62º29.21%69.8%-
XYZ24.722.8845.23-
YUV133.12153.33125.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=29.95%
G=29.03%
B=41.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301261780.270.2900.30244.6225.2459.61
Hex827EB21B1D01Ef5193c
Octal20217626233350363653174
Binary1000001011111101011001011011111010111101111010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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