#7B629D

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

Shades of Deluge #7B629D

Tints of Deluge #7B629D

Color information

#7B629D (or 0x7B629D) is unknown color: approx Deluge. HEX triplet: 7B, 62 and 9D. RGB value is (123,98,157). Sum of RGB (Red+Green+Blue) = 123+98+157=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B629D is #849D62. Grayscale: #6F6F6F. Windows color (decimal): -8691043 or 10314363. OLE color: 10314363.

HSL color Cylindrical-coordinate representation of color #7B629D: hue angle of 265.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B629D is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12398157-
CMYK0.220.3800.38
HSL265.42º23.14%50%-
HSV(B)265.42º37.58%61.57%-
XYZ18.6215.3833.89-
YUV112.2153.28135.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 98 (38.67% from 255) = 25.93%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=32.54%
G=25.93%
B=41.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123981570.220.3800.38265.4223.1450
Hex7B629D16260261091732
Octal17314223526460464112762
Binary111101111000101001110110110100110010011010000100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,98,157); }

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

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

 a { background-color: rgb(123,98,157); }

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

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

 span { border-color: rgb(123,98,157); }

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