#7F919B

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

Shades of Light Slate Grey #7F919B

Tints of Light Slate Grey #7F919B

Color information

#7F919B (or 0x7F919B) is unknown color: approx Light Slate Grey. HEX triplet: 7F, 91 and 9B. RGB value is (127,145,155). Sum of RGB (Red+Green+Blue) = 127+145+155=427 (56% of max value = 765). Red value is 127 (50% from 255 or 29.74% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F919B is #806E64. Grayscale: #8C8C8C. Windows color (decimal): -8416869 or 10195327. OLE color: 10195327.

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

Color convert

RGB127145155-
CMYK0.180.0600.39
HSL201.43º12.28%55.29%-
HSV(B)201.43º18.06%60.78%-
XYZ24.7927.1334.94-
YUV140.76136.04118.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.74%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=29.74%
G=33.96%
B=36.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271451550.180.0600.39201.4312.2855.29
Hex7F919B126027c9c37
Octal1772212332260473111467
Binary11111111001000110011011100101100100111110010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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