Html Css Color HEX #758097 Light Slate Grey

📋 copy color: '#758097'

red 117 ◦ green 128 ◦ blue 151

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

Shades of Light Slate Grey #758097

Tints of Light Slate Grey #758097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

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

R = 29.55%
G = 32.32%
B = 38.13%

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

#758097 (or 0x758097) is known color: Light Slate Grey. HEX triplet: 75, 80 and 97. RGB value is (117,128,151). Sum of RGB (Red+Green+Blue) = 117+128+151=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #758097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758097 is #8A7F68. Grayscale: #7F7F7F. Windows color (decimal): -9076585 or 9928821. OLE color: 9928821.

HSL color Cylindrical-coordinate representation of color #758097: hue angle of 220.59º 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 #758097 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 128 151 -
CMYK 0.23 0.15 0 0.41
HSL 220.59º 0.14% 0.53% -
HSV(B) 220.59º 0.23% 0.59% -
XYZ 20.64 21.45 32.33 -
YUV 127.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 117 128 151 0.23 0.15 0 0.41 220.59 0.14 0.53
Hex 75 80 97 17 F 0 29 DD E 35
Octal 165 200 227 27 17 0 51 335 16 65
Binary 1110101 10000000 10010111 10111 1111 0 101001 11011101 1110 110101

Color Harmonies of #758097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758097

Black with #758097

Text Example


Text Example

White with #758097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758097; }

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

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

background-color css

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

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

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

border-color css

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

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

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