#827DDB

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

Shades of Moody Blue #827DDB

Tints of Moody Blue #827DDB

Color information

#827DDB (or 0x827DDB) is unknown color: approx Moody Blue. HEX triplet: 82, 7D and DB. RGB value is (130,125,219). Sum of RGB (Red+Green+Blue) = 130+125+219=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #827DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DDB is #7D8224. Grayscale: #888888. Windows color (decimal): -8225317 or 14384514. OLE color: 14384514.

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

Color convert

RGB130125219-
CMYK0.410.4300.14
HSL243.19º56.63%67.45%-
HSV(B)243.19º42.92%85.88%-
XYZ29.3324.5370.21-
YUV137.21174.16122.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.43%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=27.43%
G=26.37%
B=46.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301252190.410.4300.14243.1956.6367.45
Hex827DDB292B0Ef33943
Octal202175333515301636371103
Binary1000001011111011101101110100110101101110111100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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