#7F909F

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

Shades of Light Slate Grey #7F909F

Tints of Light Slate Grey #7F909F

Color information

#7F909F (or 0x7F909F) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 90 and 9F. RGB value is (127,144,159). Sum of RGB (Red+Green+Blue) = 127+144+159=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F909F is #806F60. Grayscale: #8C8C8C. Windows color (decimal): -8417121 or 10457215. OLE color: 10457215.

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

Color convert

RGB127144159-
CMYK0.200.0900.38
HSL208.12º14.29%56.08%-
HSV(B)208.12º20.13%62.35%-
XYZ24.9826.9636.69-
YUV140.63138.37118.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.53%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=29.53%
G=33.49%
B=36.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271441590.200.0900.38208.1214.2956.08
Hex7F909F149026d0e38
Octal17722023724110463201670
Binary111111110010000100111111010010010100110110100001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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