Html Css Color HEX #7F909D Light Slate Grey

📋 copy color: '#7F909D'

red 127 ◦ green 144 ◦ blue 157

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

Shades of Light Slate Grey #7F909D

Tints of Light Slate Grey #7F909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

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

R = 29.67%
G = 33.64%
B = 36.68%

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

#7F909D (or 0x7F909D) is known color: Light Slate Grey. HEX triplet: 7F, 90 and 9D. RGB value is (127,144,157). Sum of RGB (Red+Green+Blue) = 127+144+157=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F909D is #806F62. Grayscale: #8C8C8C. Windows color (decimal): -8417123 or 10326143. OLE color: 10326143.

HSL color Cylindrical-coordinate representation of color #7F909D: hue angle of 206º 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 #7F909D is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 144 157 -
CMYK 0.19 0.08 0 0.38
HSL 206º 0.13% 0.56% -
HSV(B) 206º 0.19% 0.62% -
XYZ 24.81 26.89 35.78 -
YUV 140.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 127 144 157 0.19 0.08 0 0.38 206 0.13 0.56
Hex 7F 90 9D 13 8 0 26 CE D 38
Octal 177 220 235 23 10 0 46 316 15 70
Binary 1111111 10010000 10011101 10011 1000 0 100110 11001110 1101 111000

Color Harmonies of #7F909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F909D

Black with #7F909D

Text Example


Text Example

White with #7F909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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