#7B7398

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

Shades of Deluge #7B7398

Tints of Deluge #7B7398

Color information

#7B7398 (or 0x7B7398) is unknown color: approx Deluge. HEX triplet: 7B, 73 and 98. RGB value is (123,115,152). Sum of RGB (Red+Green+Blue) = 123+115+152=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B7398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7398 is #848C67. Grayscale: #797979. Windows color (decimal): -8686696 or 9991035. OLE color: 9991035.

HSL color Cylindrical-coordinate representation of color #7B7398: hue angle of 252.97º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B7398 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB123115152-
CMYK0.190.2400.40
HSL252.97º15.23%52.35%-
HSV(B)252.97º24.34%59.61%-
XYZ19.9718.7432.27-
YUV121.61145.15128.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=31.54%
G=29.49%
B=38.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1231151520.190.2400.40252.9715.2352.35
Hex7B73981318028fdf34
Octal17316323023300503751764
Binary111101111100111001100010011110000101000111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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