#7F8493

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

Shades of Light Slate Grey #7F8493

Tints of Light Slate Grey #7F8493

Color information

#7F8493 (or 0x7F8493) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 84 and 93. RGB value is (127,132,147). Sum of RGB (Red+Green+Blue) = 127+132+147=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F8493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8493 is #807B6C. Grayscale: #848484. Windows color (decimal): -8420205 or 9667711. OLE color: 9667711.

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

Color convert

RGB127132147-
CMYK0.140.1000.42
HSL225º8.47%53.73%-
HSV(B)225º13.61%57.65%-
XYZ22.2723.1230.89-
YUV132.22136.34124.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=31.28%
G=32.51%
B=36.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271321470.140.1000.422258.4753.73
Hex7F8493EA02Ae1836
Octal17720422316120523411066
Binary11111111000010010010011111010100101010111000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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