#827EBE

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

Shades of Moody Blue #827EBE

Tints of Moody Blue #827EBE

Color information

#827EBE (or 0x827EBE) is unknown color: approx Moody Blue. HEX triplet: 82, 7E and BE. RGB value is (130,126,190). Sum of RGB (Red+Green+Blue) = 130+126+190=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #827EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EBE is #7D8141. Grayscale: #868686. Windows color (decimal): -8225090 or 12484226. OLE color: 12484226.

HSL color Cylindrical-coordinate representation of color #827EBE: hue angle of 243.75º degrees, saturation: 0.33, 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 #827EBE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130126190-
CMYK0.320.3400.25
HSL243.75º32.99%61.96%-
HSV(B)243.75º33.68%74.51%-
XYZ25.9623.3951.86-
YUV134.49159.33124.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=29.15%
G=28.25%
B=42.60%

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
Decimal1301261900.320.3400.25243.7532.9961.96
Hex827EBE2022019f4213e
Octal20217627640420313644176
Binary1000001011111101011111010000010001001100111110100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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