#7D65B3

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

Shades of Deluge #7D65B3

Tints of Deluge #7D65B3

Color information

#7D65B3 (or 0x7D65B3) is unknown color: approx Deluge. HEX triplet: 7D, 65 and B3. RGB value is (125,101,179). Sum of RGB (Red+Green+Blue) = 125+101+179=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D65B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D65B3 is #829A4C. Grayscale: #747474. Windows color (decimal): -8559181 or 11756925. OLE color: 11756925.

HSL color Cylindrical-coordinate representation of color #7D65B3: hue angle of 258.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D65B3 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB125101179-
CMYK0.300.4400.30
HSL258.46º33.91%54.9%-
HSV(B)258.46º43.58%70.2%-
XYZ21.2516.9244.79-
YUV117.07162.95133.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.86%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=30.86%
G=24.94%
B=44.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251011790.300.4400.30258.4633.9154.9
Hex7D65B31E2C01E1022237
Octal17514526336540364024267
Binary111110111001011011001111110101100011110100000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D65B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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