Html Css Color HEX #7F919D Light Slate Grey

📋 copy color: '#7F919D'

red 127 ◦ green 145 ◦ blue 157

#7F919D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #7F919D

Tints of Light Slate Grey #7F919D

RGB

 RED value IS 127 (50% from 255) = 29.6%

 GREEN value IS 145 (57.03% from 255) = 33.8%

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 29.6%
G = 33.8%
B = 36.6%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F919D (or 0x7F919D) is known color: Light Slate Grey. HEX triplet: 7F, 91 and 9D. RGB value is (127,145,157). Sum of RGB (Red+Green+Blue) = 127+145+157=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F919D is #806E62. Grayscale: #8C8C8C. Windows color (decimal): -8416867 or 10326399. OLE color: 10326399.

HSL color Cylindrical-coordinate representation of color #7F919D: hue angle of 204º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F919D is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 145 157 -
CMYK 0.19 0.08 0 0.38
HSL 204º 0.13% 0.56% -
HSV(B) 204º 0.19% 0.62% -
XYZ 24.96 27.2 35.83 -
YUV 140.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 127 145 157 0.19 0.08 0 0.38 204 0.13 0.56
Hex 7F 91 9D 13 8 0 26 CC D 38
Octal 177 221 235 23 10 0 46 314 15 70
Binary 1111111 10010001 10011101 10011 1000 0 100110 11001100 1101 111000

Color Harmonies of #7F919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F919D

Black with #7F919D

Text Example


Text Example

White with #7F919D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F919D;
 }
 .AnyTagClassName
 {
   color: #7F919D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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