Html Css Color HEX #7F858D Light Slate Grey

📋 copy color: '#7F858D'

red 127 ◦ green 133 ◦ blue 141

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

Shades of Light Slate Grey #7F858D

Tints of Light Slate Grey #7F858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 31.67%
G = 33.17%
B = 35.16%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F858D (or 0x7F858D) is known color: Light Slate Grey. HEX triplet: 7F, 85 and 8D. RGB value is (127,133,141). Sum of RGB (Red+Green+Blue) = 127+133+141=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F858D is #807A72. Grayscale: #848484. Windows color (decimal): -8419955 or 9274751. OLE color: 9274751.

HSL color Cylindrical-coordinate representation of color #7F858D: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F858D is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 133 141 -
CMYK 0.10 0.06 0 0.45
HSL 214.29º 0.06% 0.53% -
HSV(B) 214.29º 0.1% 0.55% -
XYZ 21.95 23.21 28.52 -
YUV 132.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 127 133 141 0.10 0.06 0 0.45 214.29 0.06 0.53
Hex 7F 85 8D A 6 0 2D D6 6 35
Octal 177 205 215 12 6 0 55 326 6 65
Binary 1111111 10000101 10001101 1010 110 0 101101 11010110 110 110101

Color Harmonies of #7F858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F858D

Black with #7F858D

Text Example


Text Example

White with #7F858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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