#7F73B4

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

Shades of Deluge #7F73B4

Tints of Deluge #7F73B4

Color information

#7F73B4 (or 0x7F73B4) is unknown color: approx Deluge. HEX triplet: 7F, 73 and B4. RGB value is (127,115,180). Sum of RGB (Red+Green+Blue) = 127+115+180=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #7F73B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73B4 is #808C4B. Grayscale: #7D7D7D. Windows color (decimal): -8424524 or 11826047. OLE color: 11826047.

HSL color Cylindrical-coordinate representation of color #7F73B4: hue angle of 251.08º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F73B4 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127115180-
CMYK0.290.3600.29
HSL251.08º30.23%57.84%-
HSV(B)251.08º36.11%70.59%-
XYZ23.1220.0745.84-
YUV126158.48128.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.09%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=30.09%
G=27.25%
B=42.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271151800.290.3600.29251.0830.2357.84
Hex7F73B41D2401Dfb1e3a
Octal17716326435440353733672
Binary1111111111001110110100111011001000111011111101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F73B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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