#7D67A9

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

Shades of Deluge #7D67A9

Tints of Deluge #7D67A9

Color information

#7D67A9 (or 0x7D67A9) is unknown color: approx Deluge. HEX triplet: 7D, 67 and A9. RGB value is (125,103,169). Sum of RGB (Red+Green+Blue) = 125+103+169=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D67A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D67A9 is #829856. Grayscale: #747474. Windows color (decimal): -8558679 or 11102077. OLE color: 11102077.

HSL color Cylindrical-coordinate representation of color #7D67A9: hue angle of 260º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D67A9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB125103169-
CMYK0.260.3900.34
HSL260º27.73%53.33%-
HSV(B)260º39.05%66.27%-
XYZ20.4716.9339.72-
YUV117.1157.29133.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=31.49%
G=25.94%
B=42.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1251031690.260.3900.3426027.7353.33
Hex7D67A91A270221041c35
Octal17514725132470424043465
Binary111110111001111010100111010100111010001010000010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D67A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,169); }

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

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

 a { background-color: rgb(125,103,169); }

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

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

 span { border-color: rgb(125,103,169); }

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