#7F8492

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

Shades of Light Slate Grey #7F8492

Tints of Light Slate Grey #7F8492

Color information

#7F8492 (or 0x7F8492) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 84 and 92. RGB value is (127,132,146). Sum of RGB (Red+Green+Blue) = 127+132+146=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F8492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8492 is #807B6D. Grayscale: #848484. Windows color (decimal): -8420206 or 9602175. OLE color: 9602175.

HSL color Cylindrical-coordinate representation of color #7F8492: hue angle of 224.21º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F8492 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB127132146-
CMYK0.130.1000.43
HSL224.21º8.02%53.53%-
HSV(B)224.21º13.01%57.25%-
XYZ22.1923.0930.48-
YUV132.1135.84124.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=31.36%
G=32.59%
B=36.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271321460.130.1000.43224.218.0253.53
Hex7F8492DA02Be0836
Octal17720422215120533401066
Binary11111111000010010010010110110100101011111000001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,132,146); }

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

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

 a { background-color: rgb(127,132,146); }

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

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

 span { border-color: rgb(127,132,146); }

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