#7A75B3

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

Shades of Moody Blue #7A75B3

Tints of Moody Blue #7A75B3

Color information

#7A75B3 (or 0x7A75B3) is unknown color: approx Moody Blue. HEX triplet: 7A, 75 and B3. RGB value is (122,117,179). Sum of RGB (Red+Green+Blue) = 122+117+179=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A75B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A75B3 is #858A4C. Grayscale: #7D7D7D. Windows color (decimal): -8751693 or 11761018. OLE color: 11761018.

HSL color Cylindrical-coordinate representation of color #7A75B3: hue angle of 244.84º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A75B3 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB122117179-
CMYK0.320.3500.30
HSL244.84º28.97%58.04%-
HSV(B)244.84º34.64%70.2%-
XYZ22.5220.1145.34-
YUV125.56158.16125.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=29.19%
G=27.99%
B=42.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221171790.320.3500.30244.8428.9758.04
Hex7A75B3202301Ef51d3a
Octal17216526340430363653572
Binary11110101110101101100111000001000110111101111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,179); }

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

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

 a { background-color: rgb(122,117,179); }

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

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

 span { border-color: rgb(122,117,179); }

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