#7F919E

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

Shades of Light Slate Grey #7F919E

Tints of Light Slate Grey #7F919E

Color information

#7F919E (or 0x7F919E) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 91 and 9E. RGB value is (127,145,158). Sum of RGB (Red+Green+Blue) = 127+145+158=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F919E is #806E61. Grayscale: #8D8D8D. Windows color (decimal): -8416866 or 10391935. OLE color: 10391935.

HSL color Cylindrical-coordinate representation of color #7F919E: hue angle of 205.16º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F919E is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127145158-
CMYK0.200.0800.38
HSL205.16º13.78%55.88%-
HSV(B)205.16º19.62%61.96%-
XYZ25.0527.2336.28-
YUV141.1137.54117.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.53%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=29.53%
G=33.72%
B=36.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271451580.200.0800.38205.1613.7855.88
Hex7F919E148026cde38
Octal17722123624100463151670
Binary111111110010001100111101010010000100110110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,145,158); }

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

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

 a { background-color: rgb(127,145,158); }

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

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

 span { border-color: rgb(127,145,158); }

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