#7F8590

Color #7F8590 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #7F8590

Tints of Light Slate Grey #7F8590

Color information

#7F8590 (or 0x7F8590) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 85 and 90. RGB value is (127,133,144). Sum of RGB (Red+Green+Blue) = 127+133+144=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F8590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8590 is #807A6F. Grayscale: #848484. Windows color (decimal): -8419952 or 9471359. OLE color: 9471359.

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

Color convert

RGB127133144-
CMYK0.120.0800.44
HSL218.82º7.11%53.14%-
HSV(B)218.82º11.81%56.47%-
XYZ22.1723.329.71-
YUV132.46134.51124.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=31.44%
G=32.92%
B=35.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271331440.120.0800.44218.827.1153.14
Hex7F8590C802Cdb735
Octal1772052201410054333765
Binary1111111100001011001000011001000010110011011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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