#827EDB

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

Shades of Moody Blue #827EDB

Tints of Moody Blue #827EDB

Color information

#827EDB (or 0x827EDB) is unknown color: approx Moody Blue. HEX triplet: 82, 7E and DB. RGB value is (130,126,219). Sum of RGB (Red+Green+Blue) = 130+126+219=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #827EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EDB is #7D8124. Grayscale: #898989. Windows color (decimal): -8225061 or 14384770. OLE color: 14384770.

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

Color convert

RGB130126219-
CMYK0.410.4200.14
HSL242.58º56.36%67.65%-
HSV(B)242.58º42.47%85.88%-
XYZ29.4524.7870.25-
YUV137.8173.83122.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=27.37%
G=26.53%
B=46.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301262190.410.4200.14242.5856.3667.65
Hex827EDB292A0Ef33844
Octal202176333515201636370104
Binary1000001011111101101101110100110101001110111100111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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