#7D67AB

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

Shades of Deluge #7D67AB

Tints of Deluge #7D67AB

Color information

#7D67AB (or 0x7D67AB) is unknown color: approx Deluge. HEX triplet: 7D, 67 and AB. RGB value is (125,103,171). Sum of RGB (Red+Green+Blue) = 125+103+171=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D67AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D67AB is #829854. Grayscale: #757575. Windows color (decimal): -8558677 or 11233149. OLE color: 11233149.

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

Color convert

RGB125103171-
CMYK0.270.4000.33
HSL259.41º28.81%53.73%-
HSV(B)259.41º39.77%67.06%-
XYZ20.661740.72-
YUV117.33158.29133.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 103 (40.62% from 255) = 25.81%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=31.33%
G=25.81%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251031710.270.4000.33259.4128.8153.73
Hex7D67AB1B280211031d36
Octal17514725333500414033566
Binary111110111001111010101111011101000010000110000001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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