#807DBF

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

Shades of Moody Blue #807DBF

Tints of Moody Blue #807DBF

Color information

#807DBF (or 0x807DBF) is unknown color: approx Moody Blue. HEX triplet: 80, 7D and BF. RGB value is (128,125,191). Sum of RGB (Red+Green+Blue) = 128+125+191=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #807DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DBF is #7F8240. Grayscale: #858585. Windows color (decimal): -8356417 or 12549504. OLE color: 12549504.

HSL color Cylindrical-coordinate representation of color #807DBF: hue angle of 242.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807DBF is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128125191-
CMYK0.330.3500.25
HSL242.73º34.02%61.96%-
HSV(B)242.73º34.55%74.9%-
XYZ25.6423.0252.38-
YUV133.42160.49124.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 191 (75% from 255) = 43.02%
R=28.83%
G=28.15%
B=43.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281251910.330.3500.25242.7334.0261.96
Hex807DBF2123019f3223e
Octal20017527741430313634276
Binary1000000011111011011111110000110001101100111110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,125,191); }

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

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

 a { background-color: rgb(128,125,191); }

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

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

 span { border-color: rgb(128,125,191); }

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