Html Css Color HEX #7F8793 Light Slate Grey

📋 copy color: '#7F8793'

red 127 ◦ green 135 ◦ blue 147

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

Shades of Light Slate Grey #7F8793

Tints of Light Slate Grey #7F8793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 31.05%
G = 33.01%
B = 35.94%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F8793 (or 0x7F8793) is known color: Light Slate Grey. HEX triplet: 7F, 87 and 93. RGB value is (127,135,147). Sum of RGB (Red+Green+Blue) = 127+135+147=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F8793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8793 is #80786C. Grayscale: #858585. Windows color (decimal): -8419437 or 9668479. OLE color: 9668479.

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

Color convert

RGB 127 135 147 -
CMYK 0.14 0.08 0 0.42
HSL 216º 0.08% 0.54% -
HSV(B) 216º 0.14% 0.58% -
XYZ 22.68 23.95 31.03 -
YUV 133.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 127 135 147 0.14 0.08 0 0.42 216 0.08 0.54
Hex 7F 87 93 E 8 0 2A D8 8 36
Octal 177 207 223 16 10 0 52 330 10 66
Binary 1111111 10000111 10010011 1110 1000 0 101010 11011000 1000 110110

Color Harmonies of #7F8793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8793

Black with #7F8793

Text Example


Text Example

White with #7F8793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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