#807FD1

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

Shades of Moody Blue #807FD1

Tints of Moody Blue #807FD1

Color information

#807FD1 (or 0x807FD1) is unknown color: approx Moody Blue. HEX triplet: 80, 7F and D1. RGB value is (128,127,209). Sum of RGB (Red+Green+Blue) = 128+127+209=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #807FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FD1 is #7F802E. Grayscale: #888888. Windows color (decimal): -8355887 or 13729664. OLE color: 13729664.

HSL color Cylindrical-coordinate representation of color #807FD1: hue angle of 240.73º 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 #807FD1 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128127209-
CMYK0.390.3900.18
HSL240.73º47.13%65.88%-
HSV(B)240.73º39.23%81.96%-
XYZ2824.3763.55-
YUV136.65168.83121.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=27.59%
G=27.37%
B=45.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281272090.390.3900.18240.7347.1365.88
Hex807FD12727012f12f42
Octal200177321474702236157102
Binary10000000111111111010001100111100111010010111100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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