Html Css Color HEX #7D8289 Slate Grey

📋 copy color: '#7D8289'

red 125 ◦ green 130 ◦ blue 137

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

Shades of Slate Grey #7D8289

Tints of Slate Grey #7D8289

RGB

 RED value IS 125 (49.22% from 255) = 31.89%

 GREEN value IS 130 (51.17% from 255) = 33.16%

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 31.89%
G = 33.16%
B = 34.95%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D8289 (or 0x7D8289) is known color: Slate Grey. HEX triplet: 7D, 82 and 89. RGB value is (125,130,137). Sum of RGB (Red+Green+Blue) = 125+130+137=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D8289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8289 is #827D76. Grayscale: #818181. Windows color (decimal): -8551799 or 9011837. OLE color: 9011837.

HSL color Cylindrical-coordinate representation of color #7D8289: hue angle of 215º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D8289 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 130 137 -
CMYK 0.09 0.05 0 0.46
HSL 215º 0.05% 0.51% -
HSV(B) 215º 0.09% 0.54% -
XYZ 20.96 22.13 26.83 -
YUV 129.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 125 130 137 0.09 0.05 0 0.46 215 0.05 0.51
Hex 7D 82 89 9 5 0 2E D7 5 33
Octal 175 202 211 11 5 0 56 327 5 63
Binary 1111101 10000010 10001001 1001 101 0 101110 11010111 101 110011

Color Harmonies of #7D8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8289

Black with #7D8289

Text Example


Text Example

White with #7D8289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,130,137); }

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

background-color css

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

 a { background-color: rgb(125,130,137); }

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

border-color css

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

 span { border-color: rgb(125,130,137); }

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