#827FBC

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

Shades of Moody Blue #827FBC

Tints of Moody Blue #827FBC

Color information

#827FBC (or 0x827FBC) is unknown color: approx Moody Blue. HEX triplet: 82, 7F and BC. RGB value is (130,127,188). Sum of RGB (Red+Green+Blue) = 130+127+188=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #827FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FBC is #7D8043. Grayscale: #868686. Windows color (decimal): -8224836 or 12353410. OLE color: 12353410.

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

Color convert

RGB130127188-
CMYK0.310.3200.26
HSL242.95º31.28%61.76%-
HSV(B)242.95º32.45%73.73%-
XYZ25.8723.5650.76-
YUV134.85157.99124.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 188 (73.83% from 255) = 42.25%
R=29.21%
G=28.54%
B=42.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301271880.310.3200.26242.9531.2861.76
Hex827FBC1F2001Af31f3e
Octal20217727437400323633776
Binary10000010111111110111100111111000000110101111001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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