#7B6EA5

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

Shades of Deluge #7B6EA5

Tints of Deluge #7B6EA5

Color information

#7B6EA5 (or 0x7B6EA5) is unknown color: approx Deluge. HEX triplet: 7B, 6E and A5. RGB value is (123,110,165). Sum of RGB (Red+Green+Blue) = 123+110+165=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B6EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6EA5 is #84915A. Grayscale: #777777. Windows color (decimal): -8687963 or 10841723. OLE color: 10841723.

HSL color Cylindrical-coordinate representation of color #7B6EA5: hue angle of 254.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B6EA5 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB123110165-
CMYK0.250.3300.35
HSL254.18º23.4%53.92%-
HSV(B)254.18º33.33%64.71%-
XYZ20.5418.0838-
YUV120.16153.31130.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=30.90%
G=27.64%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231101650.250.3300.35254.1823.453.92
Hex7B6EA51921023fe1736
Octal17315624531410433762766
Binary11110111101110101001011100110000101000111111111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,165); }

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

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

 a { background-color: rgb(123,110,165); }

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

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

 span { border-color: rgb(123,110,165); }

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