#807DCC

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

Shades of Moody Blue #807DCC

Tints of Moody Blue #807DCC

Color information

#807DCC (or 0x807DCC) is unknown color: approx Moody Blue. HEX triplet: 80, 7D and CC. RGB value is (128,125,204). Sum of RGB (Red+Green+Blue) = 128+125+204=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #807DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DCC is #7F8233. Grayscale: #868686. Windows color (decimal): -8356404 or 13401472. OLE color: 13401472.

HSL color Cylindrical-coordinate representation of color #807DCC: hue angle of 242.28º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #807DCC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128125204-
CMYK0.370.3900.2
HSL242.28º43.65%64.51%-
HSV(B)242.28º38.73%80%-
XYZ27.1323.6260.25-
YUV134.9166.99123.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=28.01%
G=27.35%
B=44.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281252040.370.3900.2242.2843.6564.51
Hex807DCC2527014f22c41
Octal200175314454702436254101
Binary10000000111110111001100100101100111010100111100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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