Html Css Color HEX #7F8491 Light Slate Grey

📋 copy color: '#7F8491'

red 127 ◦ green 132 ◦ blue 145

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

Shades of Light Slate Grey #7F8491

Tints of Light Slate Grey #7F8491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 31.44%
G = 32.67%
B = 35.89%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F8491 (or 0x7F8491) is known color: Light Slate Grey. HEX triplet: 7F, 84 and 91. RGB value is (127,132,145). Sum of RGB (Red+Green+Blue) = 127+132+145=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F8491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8491 is #807B6E. Grayscale: #838383. Windows color (decimal): -8420207 or 9536639. OLE color: 9536639.

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

Color convert

RGB 127 132 145 -
CMYK 0.12 0.09 0 0.43
HSL 223.33º 0.08% 0.53% -
HSV(B) 223.33º 0.12% 0.57% -
XYZ 22.11 23.06 30.07 -
YUV 131.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 127 132 145 0.12 0.09 0 0.43 223.33 0.08 0.53
Hex 7F 84 91 C 9 0 2B DF 8 35
Octal 177 204 221 14 11 0 53 337 10 65
Binary 1111111 10000100 10010001 1100 1001 0 101011 11011111 1000 110101

Color Harmonies of #7F8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8491

Black with #7F8491

Text Example


Text Example

White with #7F8491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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