#7F73BD

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

Shades of Moody Blue #7F73BD

Tints of Moody Blue #7F73BD

Color information

#7F73BD (or 0x7F73BD) is unknown color: approx Moody Blue. HEX triplet: 7F, 73 and BD. RGB value is (127,115,189). Sum of RGB (Red+Green+Blue) = 127+115+189=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F73BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73BD is #808C42. Grayscale: #7E7E7E. Windows color (decimal): -8424515 or 12415871. OLE color: 12415871.

HSL color Cylindrical-coordinate representation of color #7F73BD: hue angle of 249.73º 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 #7F73BD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127115189-
CMYK0.330.3900.26
HSL249.73º35.92%59.61%-
HSV(B)249.73º39.15%74.12%-
XYZ24.0720.4550.82-
YUV127.02162.98127.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.47%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=29.47%
G=26.68%
B=43.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271151890.330.3900.26249.7335.9259.61
Hex7F73BD212701Afa243c
Octal17716327541470323724474
Binary111111111100111011110110000110011101101011111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F73BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,189); }

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

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

 a { background-color: rgb(127,115,189); }

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

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

 span { border-color: rgb(127,115,189); }

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