#827FD1

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

Shades of Moody Blue #827FD1

Tints of Moody Blue #827FD1

Color information

#827FD1 (or 0x827FD1) is unknown color: approx Moody Blue. HEX triplet: 82, 7F and D1. RGB value is (130,127,209). Sum of RGB (Red+Green+Blue) = 130+127+209=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #827FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FD1 is #7D802E. Grayscale: #888888. Windows color (decimal): -8224815 or 13729666. OLE color: 13729666.

HSL color Cylindrical-coordinate representation of color #827FD1: hue angle of 242.2º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827FD1 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130127209-
CMYK0.380.3900.18
HSL242.2º47.13%65.88%-
HSV(B)242.2º39.23%81.96%-
XYZ28.324.5363.56-
YUV137.24168.49122.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=27.90%
G=27.25%
B=44.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301272090.380.3900.18242.247.1365.88
Hex827FD12627012f22f42
Octal202177321464702236257102
Binary10000010111111111010001100110100111010010111100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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