#807DC0

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

Shades of Moody Blue #807DC0

Tints of Moody Blue #807DC0

Color information

#807DC0 (or 0x807DC0) is unknown color: approx Moody Blue. HEX triplet: 80, 7D and C0. RGB value is (128,125,192). Sum of RGB (Red+Green+Blue) = 128+125+192=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #807DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DC0 is #7F823F. Grayscale: #858585. Windows color (decimal): -8356416 or 12615040. OLE color: 12615040.

HSL color Cylindrical-coordinate representation of color #807DC0: hue angle of 242.69º degrees, saturation: 0.35, 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 #807DC0 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128125192-
CMYK0.330.3500.25
HSL242.69º34.72%62.16%-
HSV(B)242.69º34.9%75.29%-
XYZ25.7523.0652.96-
YUV133.54160.99124.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 192 (75.39% from 255) = 43.15%
R=28.76%
G=28.09%
B=43.15%

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
Decimal1281251920.330.3500.25242.6934.7262.16
Hex807DC02123019f3233e
Octal20017530041430313634376
Binary1000000011111011100000010000110001101100111110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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