#7D74CF

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

Shades of Moody Blue #7D74CF

Tints of Moody Blue #7D74CF

Color information

#7D74CF (or 0x7D74CF) is unknown color: approx Moody Blue. HEX triplet: 7D, 74 and CF. RGB value is (125,116,207). Sum of RGB (Red+Green+Blue) = 125+116+207=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D74CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D74CF is #828B30. Grayscale: #808080. Windows color (decimal): -8555313 or 13595773. OLE color: 13595773.

HSL color Cylindrical-coordinate representation of color #7D74CF: hue angle of 245.93º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D74CF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125116207-
CMYK0.400.4400.19
HSL245.93º48.66%63.33%-
HSV(B)245.93º43.96%81.18%-
XYZ25.9721.3661.79-
YUV129.06171.98125.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.90%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=27.90%
G=25.89%
B=46.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251162070.400.4400.19245.9348.6663.33
Hex7D74CF282C013f6313f
Octal17516431750540233666177
Binary111110111101001100111110100010110001001111110110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,116,207); }

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

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

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

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

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

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

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