Html Css Color HEX #7D8591 Light Slate Grey

📋 copy color: '#7D8591'

red 125 ◦ green 133 ◦ blue 145

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

Shades of Light Slate Grey #7D8591

Tints of Light Slate Grey #7D8591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

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

R = 31.02%
G = 33%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D8591 (or 0x7D8591) is known color: Light Slate Grey. HEX triplet: 7D, 85 and 91. RGB value is (125,133,145). Sum of RGB (Red+Green+Blue) = 125+133+145=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D8591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8591 is #827A6E. Grayscale: #838383. Windows color (decimal): -8551023 or 9536893. OLE color: 9536893.

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

Color convert

RGB 125 133 145 -
CMYK 0.14 0.08 0 0.43
HSL 216º 0.08% 0.53% -
HSV(B) 216º 0.14% 0.57% -
XYZ 21.96 23.18 30.1 -
YUV 131.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 125 133 145 0.14 0.08 0 0.43 216 0.08 0.53
Hex 7D 85 91 E 8 0 2B D8 8 35
Octal 175 205 221 16 10 0 53 330 10 65
Binary 1111101 10000101 10010001 1110 1000 0 101011 11011000 1000 110101

Color Harmonies of #7D8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8591

Black with #7D8591

Text Example


Text Example

White with #7D8591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,133,145); }

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

background-color css

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

 a { background-color: rgb(125,133,145); }

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

border-color css

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

 span { border-color: rgb(125,133,145); }

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