#827FBB

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

Shades of Moody Blue #827FBB

Tints of Moody Blue #827FBB

Color information

#827FBB (or 0x827FBB) is unknown color: approx Moody Blue. HEX triplet: 82, 7F and BB. RGB value is (130,127,187). Sum of RGB (Red+Green+Blue) = 130+127+187=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #827FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FBB is #7D8044. Grayscale: #868686. Windows color (decimal): -8224837 or 12287874. OLE color: 12287874.

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

Color convert

RGB130127187-
CMYK0.300.3200.27
HSL243º30.61%61.57%-
HSV(B)243º32.09%73.33%-
XYZ25.7623.5150.19-
YUV134.74157.49124.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=29.28%
G=28.60%
B=42.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301271870.300.3200.2724330.6161.57
Hex827FBB1E2001Bf31f3e
Octal20217727336400333633776
Binary10000010111111110111011111101000000110111111001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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