#807DCD

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

Shades of Moody Blue #807DCD

Tints of Moody Blue #807DCD

Color information

#807DCD (or 0x807DCD) is unknown color: approx Moody Blue. HEX triplet: 80, 7D and CD. RGB value is (128,125,205). Sum of RGB (Red+Green+Blue) = 128+125+205=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #807DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DCD is #7F8232. Grayscale: #868686. Windows color (decimal): -8356403 or 13467008. OLE color: 13467008.

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

Color convert

RGB128125205-
CMYK0.380.3900.20
HSL242.25º44.44%64.71%-
HSV(B)242.25º39.02%80.39%-
XYZ27.2623.6660.89-
YUV135.02167.49123-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=27.95%
G=27.29%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281252050.380.3900.20242.2544.4464.71
Hex807DCD2627014f22c41
Octal200175315464702436254101
Binary10000000111110111001101100110100111010100111100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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