#7F9099

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

Shades of Light Slate Grey #7F9099

Tints of Light Slate Grey #7F9099

Color information

#7F9099 (or 0x7F9099) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 90 and 99. RGB value is (127,144,153). Sum of RGB (Red+Green+Blue) = 127+144+153=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F9099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9099 is #806F66. Grayscale: #8B8B8B. Windows color (decimal): -8417127 or 10063999. OLE color: 10063999.

HSL color Cylindrical-coordinate representation of color #7F9099: hue angle of 200.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F9099 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB127144153-
CMYK0.170.0600.4
HSL200.77º11.3%54.9%-
HSV(B)200.77º16.99%60%-
XYZ24.4826.7634.01-
YUV139.94135.37118.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=29.95%
G=33.96%
B=36.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1271441530.170.0600.4200.7711.354.9
Hex7F9099116028c9b37
Octal1772202312160503111367
Binary11111111001000010011001100011100101000110010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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