#7C74BF

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

Shades of Moody Blue #7C74BF

Tints of Moody Blue #7C74BF

Color information

#7C74BF (or 0x7C74BF) is unknown color: approx Moody Blue. HEX triplet: 7C, 74 and BF. RGB value is (124,116,191). Sum of RGB (Red+Green+Blue) = 124+116+191=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C74BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C74BF is #838B40. Grayscale: #7E7E7E. Windows color (decimal): -8620865 or 12547196. OLE color: 12547196.

HSL color Cylindrical-coordinate representation of color #7C74BF: hue angle of 246.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C74BF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124116191-
CMYK0.350.3900.25
HSL246.4º36.95%60.2%-
HSV(B)246.4º39.27%74.9%-
XYZ23.9620.5451.99-
YUV126.94164.15125.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 191 (75% from 255) = 44.32%
R=28.77%
G=26.91%
B=44.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241161910.350.3900.25246.436.9560.2
Hex7C74BF2327019f6253c
Octal17416427743470313664574
Binary111110011101001011111110001110011101100111110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,116,191); }

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

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

 a { background-color: rgb(124,116,191); }

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

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

 span { border-color: rgb(124,116,191); }

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