#7D65AB

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

Shades of Deluge #7D65AB

Tints of Deluge #7D65AB

Color information

#7D65AB (or 0x7D65AB) is unknown color: approx Deluge. HEX triplet: 7D, 65 and AB. RGB value is (125,101,171). Sum of RGB (Red+Green+Blue) = 125+101+171=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D65AB is #829A54. Grayscale: #737373. Windows color (decimal): -8559189 or 11232637. OLE color: 11232637.

HSL color Cylindrical-coordinate representation of color #7D65AB: hue angle of 260.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D65AB is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125101171-
CMYK0.270.4100.33
HSL260.57º29.41%53.33%-
HSV(B)260.57º40.94%67.06%-
XYZ20.4616.6140.66-
YUV116.16158.95134.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=31.49%
G=25.44%
B=43.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251011710.270.4100.33260.5729.4153.33
Hex7D65AB1B290211051d35
Octal17514525333510414053565
Binary111110111001011010101111011101001010000110000010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,101,171); }

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

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

 a { background-color: rgb(125,101,171); }

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

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

 span { border-color: rgb(125,101,171); }

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