#7F74B4

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

Shades of Moody Blue #7F74B4

Tints of Moody Blue #7F74B4

Color information

#7F74B4 (or 0x7F74B4) is unknown color: approx Moody Blue. HEX triplet: 7F, 74 and B4. RGB value is (127,116,180). Sum of RGB (Red+Green+Blue) = 127+116+180=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F74B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F74B4 is #808B4B. Grayscale: #7E7E7E. Windows color (decimal): -8424268 or 11826303. OLE color: 11826303.

HSL color Cylindrical-coordinate representation of color #7F74B4: hue angle of 250.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F74B4 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127116180-
CMYK0.290.3600.29
HSL250.31º29.91%58.04%-
HSV(B)250.31º35.56%70.59%-
XYZ23.2420.345.87-
YUV126.58158.14128.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=30.02%
G=27.42%
B=42.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271161800.290.3600.29250.3129.9158.04
Hex7F74B41D2401Dfa1e3a
Octal17716426435440353723672
Binary1111111111010010110100111011001000111011111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,180); }

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

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

 a { background-color: rgb(127,116,180); }

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

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

 span { border-color: rgb(127,116,180); }

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