#827DBC

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

Shades of Moody Blue #827DBC

Tints of Moody Blue #827DBC

Color information

#827DBC (or 0x827DBC) is unknown color: approx Moody Blue. HEX triplet: 82, 7D and BC. RGB value is (130,125,188). Sum of RGB (Red+Green+Blue) = 130+125+188=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #827DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DBC is #7D8243. Grayscale: #858585. Windows color (decimal): -8225348 or 12352898. OLE color: 12352898.

HSL color Cylindrical-coordinate representation of color #827DBC: hue angle of 244.76º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827DBC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130125188-
CMYK0.310.3400.26
HSL244.76º31.98%61.37%-
HSV(B)244.76º33.51%73.73%-
XYZ25.6223.0450.67-
YUV133.68158.66125.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=29.35%
G=28.22%
B=42.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301251880.310.3400.26244.7631.9861.37
Hex827DBC1F2201Af5203d
Octal20217527437420323654075
Binary100000101111101101111001111110001001101011110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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