#7F8595

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

Shades of Light Slate Grey #7F8595

Tints of Light Slate Grey #7F8595

Color information

#7F8595 (or 0x7F8595) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 85 and 95. RGB value is (127,133,149). Sum of RGB (Red+Green+Blue) = 127+133+149=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F8595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8595 is #807A6A. Grayscale: #848484. Windows color (decimal): -8419947 or 9799039. OLE color: 9799039.

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

Color convert

RGB127133149-
CMYK0.150.1100.42
HSL223.64º9.4%54.12%-
HSV(B)223.64º14.77%58.43%-
XYZ22.5623.4631.77-
YUV133.03137.01123.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.05%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=31.05%
G=32.52%
B=36.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271331490.150.1100.42223.649.454.12
Hex7F8595FB02Ae0936
Octal17720522517130523401166
Binary11111111000010110010101111110110101010111000001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,149); }

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

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

 a { background-color: rgb(127,133,149); }

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

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

 span { border-color: rgb(127,133,149); }

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