#7F7DA4

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

Shades of Deluge #7F7DA4

Tints of Deluge #7F7DA4

Color information

#7F7DA4 (or 0x7F7DA4) is unknown color: approx Deluge. HEX triplet: 7F, 7D and A4. RGB value is (127,125,164). Sum of RGB (Red+Green+Blue) = 127+125+164=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F7DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7DA4 is #80825B. Grayscale: #818181. Windows color (decimal): -8421980 or 10780031. OLE color: 10780031.

HSL color Cylindrical-coordinate representation of color #7F7DA4: hue angle of 243.08º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F7DA4 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB127125164-
CMYK0.230.2400.36
HSL243.08º17.65%56.67%-
HSV(B)243.08º23.78%64.31%-
XYZ22.7921.8638.14-
YUV130.04147.16125.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 164 (64.45% from 255) = 39.42%
R=30.53%
G=30.05%
B=39.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271251640.230.2400.36243.0817.6556.67
Hex7F7DA41718024f31239
Octal17717524427300443632271
Binary1111111111110110100100101111100001001001111001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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