Html Css Color HEX #758197 Light Slate Grey

📋 copy color: '#758197'

red 117 ◦ green 129 ◦ blue 151

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

Shades of Light Slate Grey #758197

Tints of Light Slate Grey #758197

RGB

 RED value IS 117 (46.09% from 255) = 29.47%

 GREEN value IS 129 (50.78% from 255) = 32.49%

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 29.47%
G = 32.49%
B = 38.04%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#758197 (or 0x758197) is known color: Light Slate Grey. HEX triplet: 75, 81 and 97. RGB value is (117,129,151). Sum of RGB (Red+Green+Blue) = 117+129+151=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #758197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758197 is #8A7E68. Grayscale: #7F7F7F. Windows color (decimal): -9076329 or 9929077. OLE color: 9929077.

HSL color Cylindrical-coordinate representation of color #758197: hue angle of 218.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758197 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 129 151 -
CMYK 0.23 0.15 0 0.41
HSL 218.82º 0.14% 0.53% -
HSV(B) 218.82º 0.23% 0.59% -
XYZ 20.77 21.72 32.38 -
YUV 127.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 117 129 151 0.23 0.15 0 0.41 218.82 0.14 0.53
Hex 75 81 97 17 F 0 29 DB E 35
Octal 165 201 227 27 17 0 51 333 16 65
Binary 1110101 10000001 10010111 10111 1111 0 101001 11011011 1110 110101

Color Harmonies of #758197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758197

Black with #758197

Text Example


Text Example

White with #758197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758197; }

 p { color: rgb(117,129,151); }

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

background-color css

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

 a { background-color: rgb(117,129,151); }

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

border-color css

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

 span { border-color: rgb(117,129,151); }

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