#7B7291

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

Shades of Deluge #7B7291

Tints of Deluge #7B7291

Color information

#7B7291 (or 0x7B7291) is unknown color: approx Deluge. HEX triplet: 7B, 72 and 91. RGB value is (123,114,145). Sum of RGB (Red+Green+Blue) = 123+114+145=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B7291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7291 is #848D6E. Grayscale: #787878. Windows color (decimal): -8686959 or 9532027. OLE color: 9532027.

HSL color Cylindrical-coordinate representation of color #7B7291: hue angle of 257.42º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B7291 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB123114145-
CMYK0.150.2100.43
HSL257.42º12.35%50.78%-
HSV(B)257.42º21.38%56.86%-
XYZ19.318.2929.3-
YUV120.22141.98129.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.20%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=32.20%
G=29.84%
B=37.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231141450.150.2100.43257.4212.3550.78
Hex7B7291F1502B101c33
Octal17316222117250534011463
Binary111101111100101001000111111010101010111000000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,114,145); }

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

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

 a { background-color: rgb(123,114,145); }

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

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

 span { border-color: rgb(123,114,145); }

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