#7B73C2

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

Shades of Moody Blue #7B73C2

Tints of Moody Blue #7B73C2

Color information

#7B73C2 (or 0x7B73C2) is unknown color: approx Moody Blue. HEX triplet: 7B, 73 and C2. RGB value is (123,115,194). Sum of RGB (Red+Green+Blue) = 123+115+194=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #7B73C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B73C2 is #848C3D. Grayscale: #7E7E7E. Windows color (decimal): -8686654 or 12743547. OLE color: 12743547.

HSL color Cylindrical-coordinate representation of color #7B73C2: hue angle of 246.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B73C2 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB123115194-
CMYK0.370.4100.24
HSL246.08º39.3%60.59%-
HSV(B)246.08º40.72%76.08%-
XYZ24.0420.3753.7-
YUV126.4166.15125.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.47%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 194 (76.17% from 255) = 44.91%
R=28.47%
G=26.62%
B=44.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231151940.370.4100.24246.0839.360.59
Hex7B73C22529018f6273d
Octal17316330245510303664775
Binary111101111100111100001010010110100101100011110110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B73C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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