#7B6993

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

Shades of Deluge #7B6993

Tints of Deluge #7B6993

Color information

#7B6993 (or 0x7B6993) is unknown color: approx Deluge. HEX triplet: 7B, 69 and 93. RGB value is (123,105,147). Sum of RGB (Red+Green+Blue) = 123+105+147=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6993 is #84966C. Grayscale: #737373. Windows color (decimal): -8689261 or 9660795. OLE color: 9660795.

HSL color Cylindrical-coordinate representation of color #7B6993: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B6993 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB123105147-
CMYK0.160.2900.42
HSL265.71º16.67%49.41%-
HSV(B)265.71º28.57%57.65%-
XYZ18.4916.4229.8-
YUV115.17145.96133.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.8%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=32.8%
G=28%
B=39.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231051470.160.2900.42265.7116.6749.41
Hex7B6993101D02A10a1131
Octal17315122320350524122161
Binary11110111101001100100111000011101010101010000101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,147); }

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

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

 a { background-color: rgb(123,105,147); }

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

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

 span { border-color: rgb(123,105,147); }

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