#827EBF

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

Shades of Moody Blue #827EBF

Tints of Moody Blue #827EBF

Color information

#827EBF (or 0x827EBF) is unknown color: approx Moody Blue. HEX triplet: 82, 7E and BF. RGB value is (130,126,191). Sum of RGB (Red+Green+Blue) = 130+126+191=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #827EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EBF is #7D8140. Grayscale: #868686. Windows color (decimal): -8225089 or 12549762. OLE color: 12549762.

HSL color Cylindrical-coordinate representation of color #827EBF: hue angle of 243.69º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827EBF is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130126191-
CMYK0.320.3400.25
HSL243.69º33.68%62.16%-
HSV(B)243.69º34.03%74.9%-
XYZ26.0723.4352.44-
YUV134.61159.83124.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 191 (75% from 255) = 42.73%
R=29.08%
G=28.19%
B=42.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301261910.320.3400.25243.6933.6862.16
Hex827EBF2022019f4223e
Octal20217627740420313644276
Binary1000001011111101011111110000010001001100111110100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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