#7F7DDC

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

Shades of Moody Blue #7F7DDC

Tints of Moody Blue #7F7DDC

Color information

#7F7DDC (or 0x7F7DDC) is unknown color: approx Moody Blue. HEX triplet: 7F, 7D and DC. RGB value is (127,125,220). Sum of RGB (Red+Green+Blue) = 127+125+220=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F7DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7DDC is #808223. Grayscale: #888888. Windows color (decimal): -8421924 or 14450047. OLE color: 14450047.

HSL color Cylindrical-coordinate representation of color #7F7DDC: hue angle of 241.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F7DDC is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127125220-
CMYK0.420.4300.14
HSL241.26º57.58%67.65%-
HSV(B)241.26º43.18%86.27%-
XYZ2924.3570.88-
YUV136.43175.16121.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=26.91%
G=26.48%
B=46.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271252200.420.4300.14241.2657.5867.65
Hex7F7DDC2A2B0Ef13a44
Octal177175334525301636172104
Binary111111111111011101110010101010101101110111100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7DDC; }

 p { color: rgb(127,125,220); }

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

<style>
 a { background-color: #7F7DDC; }

 a { background-color: rgb(127,125,220); }

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

<style>
 span { border-color: #7F7DDC; }

 span { border-color: rgb(127,125,220); }

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