#7B75AF

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

Shades of Deluge #7B75AF

Tints of Deluge #7B75AF

Color information

#7B75AF (or 0x7B75AF) is unknown color: approx Deluge. HEX triplet: 7B, 75 and AF. RGB value is (123,117,175). Sum of RGB (Red+Green+Blue) = 123+117+175=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B75AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B75AF is #848A50. Grayscale: #7D7D7D. Windows color (decimal): -8686161 or 11498875. OLE color: 11498875.

HSL color Cylindrical-coordinate representation of color #7B75AF: hue angle of 246.21º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B75AF is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123117175-
CMYK0.300.3300.31
HSL246.21º26.61%57.25%-
HSV(B)246.21º33.14%68.63%-
XYZ22.2720.0343.25-
YUV125.41155.99126.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.64%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=29.64%
G=28.19%
B=42.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231171750.300.3300.31246.2126.6157.25
Hex7B75AF1E2101Ff61b39
Octal17316525736410373663371
Binary1111011111010110101111111101000010111111111011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,117,175); }

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

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

 a { background-color: rgb(123,117,175); }

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

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

 span { border-color: rgb(123,117,175); }

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