#7B73BF

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

Shades of Moody Blue #7B73BF

Tints of Moody Blue #7B73BF

Color information

#7B73BF (or 0x7B73BF) is unknown color: approx Moody Blue. HEX triplet: 7B, 73 and BF. RGB value is (123,115,191). Sum of RGB (Red+Green+Blue) = 123+115+191=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B73BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73BF is #848C40. Grayscale: #7D7D7D. Windows color (decimal): -8686657 or 12546939. OLE color: 12546939.

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

Color convert

RGB123115191-
CMYK0.360.4000.25
HSL246.32º37.25%60%-
HSV(B)246.32º39.79%74.9%-
XYZ23.720.2351.95-
YUV126.06164.65125.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.67%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 191 (75% from 255) = 44.52%
R=28.67%
G=26.81%
B=44.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231151910.360.4000.25246.3237.2560
Hex7B73BF2428019f6253c
Octal17316327744500313664574
Binary111101111100111011111110010010100001100111110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B73BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,115,191); }

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

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

 a { background-color: rgb(123,115,191); }

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

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

 span { border-color: rgb(123,115,191); }

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