#7F8E9E

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

Shades of Light Slate Grey #7F8E9E

Tints of Light Slate Grey #7F8E9E

Color information

#7F8E9E (or 0x7F8E9E) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 8E and 9E. RGB value is (127,142,158). Sum of RGB (Red+Green+Blue) = 127+142+158=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F8E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8E9E is #807161. Grayscale: #8B8B8B. Windows color (decimal): -8417634 or 10391167. OLE color: 10391167.

HSL color Cylindrical-coordinate representation of color #7F8E9E: hue angle of 210.97º 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 #7F8E9E is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127142158-
CMYK0.200.1000.38
HSL210.97º13.78%55.88%-
HSV(B)210.97º19.62%61.96%-
XYZ24.626.3336.13-
YUV139.34138.53119.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.74%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=29.74%
G=33.26%
B=37.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271421580.200.1000.38210.9713.7855.88
Hex7F8E9E14A026d3e38
Octal17721623624120463231670
Binary111111110001110100111101010010100100110110100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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