#7B73A4

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

Shades of Deluge #7B73A4

Tints of Deluge #7B73A4

Color information

#7B73A4 (or 0x7B73A4) is unknown color: approx Deluge. HEX triplet: 7B, 73 and A4. RGB value is (123,115,164). Sum of RGB (Red+Green+Blue) = 123+115+164=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B73A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B73A4 is #848C5B. Grayscale: #7A7A7A. Windows color (decimal): -8686684 or 10777467. OLE color: 10777467.

HSL color Cylindrical-coordinate representation of color #7B73A4: hue angle of 249.8º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B73A4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB123115164-
CMYK0.250.3000.36
HSL249.8º21.21%54.71%-
HSV(B)249.8º29.88%64.31%-
XYZ2119.1537.71-
YUV122.98151.15128.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.60%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=30.60%
G=28.61%
B=40.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231151640.250.3000.36249.821.2154.71
Hex7B73A4191E024fa1537
Octal17316324431360443722567
Binary1111011111001110100100110011111001001001111101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B73A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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