#7D7DC6

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

Shades of Moody Blue #7D7DC6

Tints of Moody Blue #7D7DC6

Color information

#7D7DC6 (or 0x7D7DC6) is unknown color: approx Moody Blue. HEX triplet: 7D, 7D and C6. RGB value is (125,125,198). Sum of RGB (Red+Green+Blue) = 125+125+198=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #7D7DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7DC6 is #828239. Grayscale: #858585. Windows color (decimal): -8553018 or 13008253. OLE color: 13008253.

HSL color Cylindrical-coordinate representation of color #7D7DC6: hue angle of 240º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D7DC6 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB125125198-
CMYK0.370.3700.22
HSL240º39.04%63.33%-
HSV(B)240º36.87%77.65%-
XYZ25.9823.156.52-
YUV133.32164.5122.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 198 (77.73% from 255) = 44.20%
R=27.90%
G=27.90%
B=44.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1251251980.370.3700.2224039.0463.33
Hex7D7DC62525016f0273f
Octal17517530645450263604777
Binary111110111111011100011010010110010101011011110000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,125,198); }

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

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

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

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

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

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

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