#7F7D90

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

Shades of Deluge #7F7D90

Tints of Deluge #7F7D90

Color information

#7F7D90 (or 0x7F7D90) is unknown color: approx Deluge. HEX triplet: 7F, 7D and 90. RGB value is (127,125,144). Sum of RGB (Red+Green+Blue) = 127+125+144=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F7D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7D90 is #80826F. Grayscale: #7F7F7F. Windows color (decimal): -8422000 or 9469311. OLE color: 9469311.

HSL color Cylindrical-coordinate representation of color #7F7D90: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F7D90 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB127125144-
CMYK0.120.1300.44
HSL246.32º7.88%52.75%-
HSV(B)246.32º13.19%56.47%-
XYZ21.1221.1929.36-
YUV127.76137.16127.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=32.07%
G=31.57%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271251440.120.1300.44246.327.8852.75
Hex7F7D90CD02Cf6835
Octal17717522014150543661065
Binary1111111111110110010000110011010101100111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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