#7A74BD

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

Shades of Moody Blue #7A74BD

Tints of Moody Blue #7A74BD

Color information

#7A74BD (or 0x7A74BD) is unknown color: approx Moody Blue. HEX triplet: 7A, 74 and BD. RGB value is (122,116,189). Sum of RGB (Red+Green+Blue) = 122+116+189=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A74BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A74BD is #858B42. Grayscale: #7D7D7D. Windows color (decimal): -8751939 or 12416122. OLE color: 12416122.

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

Color convert

RGB122116189-
CMYK0.350.3900.26
HSL244.93º35.61%59.8%-
HSV(B)244.93º38.62%74.12%-
XYZ23.4620.350.83-
YUV126.12163.49125.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.57%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=28.57%
G=27.17%
B=44.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221161890.350.3900.26244.9335.6159.8
Hex7A74BD232701Af5243c
Octal17216427543470323654474
Binary111101011101001011110110001110011101101011110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A74BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,189); }

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

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

 a { background-color: rgb(122,116,189); }

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

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

 span { border-color: rgb(122,116,189); }

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