Html Css Color HEX #7F8492 Light Slate Grey

📋 copy color: '#7F8492'

red 127 ◦ green 132 ◦ blue 146

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

Shades of Light Slate Grey #7F8492

Tints of Light Slate Grey #7F8492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

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

R = 31.36%
G = 32.59%
B = 36.05%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F8492 (or 0x7F8492) is known color: Light Slate Grey. HEX triplet: 7F, 84 and 92. RGB value is (127,132,146). Sum of RGB (Red+Green+Blue) = 127+132+146=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F8492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8492 is #807B6D. Grayscale: #848484. Windows color (decimal): -8420206 or 9602175. OLE color: 9602175.

HSL color Cylindrical-coordinate representation of color #7F8492: hue angle of 224.21º 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 #7F8492 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 132 146 -
CMYK 0.13 0.10 0 0.43
HSL 224.21º 0.08% 0.54% -
HSV(B) 224.21º 0.13% 0.57% -
XYZ 22.19 23.09 30.48 -
YUV 132.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 127 132 146 0.13 0.10 0 0.43 224.21 0.08 0.54
Hex 7F 84 92 D A 0 2B E0 8 36
Octal 177 204 222 15 12 0 53 340 10 66
Binary 1111111 10000100 10010010 1101 1010 0 101011 11100000 1000 110110

Color Harmonies of #7F8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8492

Black with #7F8492

Text Example


Text Example

White with #7F8492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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