#7D7CC4

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

Shades of Moody Blue #7D7CC4

Tints of Moody Blue #7D7CC4

Color information

#7D7CC4 (or 0x7D7CC4) is unknown color: approx Moody Blue. HEX triplet: 7D, 7C and C4. RGB value is (125,124,196). Sum of RGB (Red+Green+Blue) = 125+124+196=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D7CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CC4 is #82833B. Grayscale: #848484. Windows color (decimal): -8553276 or 12876925. OLE color: 12876925.

HSL color Cylindrical-coordinate representation of color #7D7CC4: hue angle of 240.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D7CC4 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB125124196-
CMYK0.360.3700.23
HSL240.83º37.89%62.75%-
HSV(B)240.83º36.73%76.86%-
XYZ25.6322.7655.27-
YUV132.51163.83122.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.09%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 196 (76.95% from 255) = 44.04%
R=28.09%
G=27.87%
B=44.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251241960.360.3700.23240.8337.8962.75
Hex7D7CC42425017f1263f
Octal17517430444450273614677
Binary111110111111001100010010010010010101011111110001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,124,196); }

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

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

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

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

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

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

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