#7F919C

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

Shades of Light Slate Grey #7F919C

Tints of Light Slate Grey #7F919C

Color information

#7F919C (or 0x7F919C) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 91 and 9C. RGB value is (127,145,156). Sum of RGB (Red+Green+Blue) = 127+145+156=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F919C is #806E63. Grayscale: #8C8C8C. Windows color (decimal): -8416868 or 10260863. OLE color: 10260863.

HSL color Cylindrical-coordinate representation of color #7F919C: hue angle of 202.76º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F919C is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB127145156-
CMYK0.190.0700.39
HSL202.76º12.78%55.49%-
HSV(B)202.76º18.59%61.18%-
XYZ24.8827.1635.38-
YUV140.87136.54118.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.67%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=29.67%
G=33.88%
B=36.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271451560.190.0700.39202.7612.7855.49
Hex7F919C137027cbd37
Octal1772212342370473131567
Binary11111111001000110011100100111110100111110010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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