#7B6795

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

Shades of Deluge #7B6795

Tints of Deluge #7B6795

Color information

#7B6795 (or 0x7B6795) is unknown color: approx Deluge. HEX triplet: 7B, 67 and 95. RGB value is (123,103,149). Sum of RGB (Red+Green+Blue) = 123+103+149=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B6795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6795 is #84986A. Grayscale: #727272. Windows color (decimal): -8689771 or 9791355. OLE color: 9791355.

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

Color convert

RGB123103149-
CMYK0.170.3100.42
HSL266.09º18.25%49.41%-
HSV(B)266.09º30.87%58.43%-
XYZ18.4416.0830.57-
YUV114.22147.63134.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.8%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=32.8%
G=27.47%
B=39.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231031490.170.3100.42266.0918.2549.41
Hex7B6795111F02A10a1231
Octal17314722521370524122261
Binary11110111100111100101011000111111010101010000101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,149); }

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

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

 a { background-color: rgb(123,103,149); }

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

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

 span { border-color: rgb(123,103,149); }

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