#7D74CE

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

Shades of Moody Blue #7D74CE

Tints of Moody Blue #7D74CE

Color information

#7D74CE (or 0x7D74CE) is unknown color: approx Moody Blue. HEX triplet: 7D, 74 and CE. RGB value is (125,116,206). Sum of RGB (Red+Green+Blue) = 125+116+206=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D74CE is #828B31. Grayscale: #808080. Windows color (decimal): -8555314 or 13530237. OLE color: 13530237.

HSL color Cylindrical-coordinate representation of color #7D74CE: hue angle of 246º degrees, saturation: 0.48, 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 #7D74CE is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125116206-
CMYK0.390.4400.19
HSL246º47.87%63.14%-
HSV(B)246º43.69%80.78%-
XYZ25.8421.3161.14-
YUV128.95171.48125.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=27.96%
G=25.95%
B=46.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251162060.390.4400.1924647.8763.14
Hex7D74CE272C013f6303f
Octal17516431647540233666077
Binary111110111101001100111010011110110001001111110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D74CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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