#7D7CAF

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

Shades of Moody Blue #7D7CAF

Tints of Moody Blue #7D7CAF

Color information

#7D7CAF (or 0x7D7CAF) is unknown color: approx Moody Blue. HEX triplet: 7D, 7C and AF. RGB value is (125,124,175). Sum of RGB (Red+Green+Blue) = 125+124+175=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D7CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7CAF is #828350. Grayscale: #818181. Windows color (decimal): -8553297 or 11500669. OLE color: 11500669.

HSL color Cylindrical-coordinate representation of color #7D7CAF: hue angle of 241.18º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D7CAF is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125124175-
CMYK0.290.2900.31
HSL241.18º24.17%58.63%-
HSV(B)241.18º29.14%68.63%-
XYZ23.421.8743.55-
YUV130.11153.33124.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=29.48%
G=29.25%
B=41.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251241750.290.2900.31241.1824.1758.63
Hex7D7CAF1D1D01Ff1183b
Octal17517425735350373613073
Binary111110111111001010111111101111010111111111000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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