#7F7DAD

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

Shades of Deluge #7F7DAD

Tints of Deluge #7F7DAD

Color information

#7F7DAD (or 0x7F7DAD) is unknown color: approx Deluge. HEX triplet: 7F, 7D and AD. RGB value is (127,125,173). Sum of RGB (Red+Green+Blue) = 127+125+173=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F7DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7DAD is #808252. Grayscale: #828282. Windows color (decimal): -8421971 or 11369855. OLE color: 11369855.

HSL color Cylindrical-coordinate representation of color #7F7DAD: hue angle of 242.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F7DAD is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB127125173-
CMYK0.270.2800.32
HSL242.5º22.64%58.43%-
HSV(B)242.5º27.75%67.84%-
XYZ23.6322.242.57-
YUV131.07151.66125.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=29.88%
G=29.41%
B=40.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271251730.270.2800.32242.522.6458.43
Hex7F7DAD1B1C020f2173a
Octal17717525533340403622772
Binary1111111111110110101101110111110001000001111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,125,173); }

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

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

 a { background-color: rgb(127,125,173); }

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

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

 span { border-color: rgb(127,125,173); }

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