Html Css Color HEX #7F8792 Light Slate Grey

📋 copy color: '#7F8792'

red 127 ◦ green 135 ◦ blue 146

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

Shades of Light Slate Grey #7F8792

Tints of Light Slate Grey #7F8792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 31.13%
G = 33.09%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F8792 (or 0x7F8792) is known color: Light Slate Grey. HEX triplet: 7F, 87 and 92. RGB value is (127,135,146). Sum of RGB (Red+Green+Blue) = 127+135+146=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F8792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8792 is #80786D. Grayscale: #858585. Windows color (decimal): -8419438 or 9602943. OLE color: 9602943.

HSL color Cylindrical-coordinate representation of color #7F8792: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F8792 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 135 146 -
CMYK 0.13 0.08 0 0.43
HSL 214.74º 0.08% 0.54% -
HSV(B) 214.74º 0.13% 0.57% -
XYZ 22.6 23.92 30.62 -
YUV 133.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 127 135 146 0.13 0.08 0 0.43 214.74 0.08 0.54
Hex 7F 87 92 D 8 0 2B D7 8 36
Octal 177 207 222 15 10 0 53 327 10 66
Binary 1111111 10000111 10010010 1101 1000 0 101011 11010111 1000 110110

Color Harmonies of #7F8792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8792

Black with #7F8792

Text Example


Text Example

White with #7F8792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,146); }

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

background-color css

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

 a { background-color: rgb(127,135,146); }

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

border-color css

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

 span { border-color: rgb(127,135,146); }

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