#827BD0

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

Shades of Moody Blue #827BD0

Tints of Moody Blue #827BD0

Color information

#827BD0 (or 0x827BD0) is unknown color: approx Moody Blue. HEX triplet: 82, 7B and D0. RGB value is (130,123,208). Sum of RGB (Red+Green+Blue) = 130+123+208=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #827BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BD0 is #7D842F. Grayscale: #868686. Windows color (decimal): -8225840 or 13663106. OLE color: 13663106.

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

Color convert

RGB130123208-
CMYK0.380.4100.18
HSL244.94º47.49%64.9%-
HSV(B)244.94º40.87%81.57%-
XYZ27.6723.4762.75-
YUV134.78169.32124.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=28.20%
G=26.68%
B=45.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301232080.380.4100.18244.9447.4964.9
Hex827BD02629012f52f41
Octal202173320465102236557101
Binary10000010111101111010000100110101001010010111101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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