#7D7CCC

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

Shades of Moody Blue #7D7CCC

Tints of Moody Blue #7D7CCC

Color information

#7D7CCC (or 0x7D7CCC) is unknown color: approx Moody Blue. HEX triplet: 7D, 7C and CC. RGB value is (125,124,204). Sum of RGB (Red+Green+Blue) = 125+124+204=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CCC is #828333. Grayscale: #858585. Windows color (decimal): -8553268 or 13401213. OLE color: 13401213.

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

Color convert

RGB125124204-
CMYK0.390.3900.2
HSL240.75º43.96%64.31%-
HSV(B)240.75º39.22%80%-
XYZ26.5623.1360.19-
YUV133.42167.83122-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.59%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=27.59%
G=27.37%
B=45.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251242040.390.3900.2240.7543.9664.31
Hex7D7CCC2727014f12c40
Octal175174314474702436154100
Binary1111101111110011001100100111100111010100111100011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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