Html Css Color HEX #758297 Light Slate Grey

📋 copy color: '#758297'

red 117 ◦ green 130 ◦ blue 151

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

Shades of Light Slate Grey #758297

Tints of Light Slate Grey #758297

RGB

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

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

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

R = 29.4%
G = 32.66%
B = 37.94%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#758297 (or 0x758297) is known color: Light Slate Grey. HEX triplet: 75, 82 and 97. RGB value is (117,130,151). Sum of RGB (Red+Green+Blue) = 117+130+151=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #758297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758297 is #8A7D68. Grayscale: #808080. Windows color (decimal): -9076073 or 9929333. OLE color: 9929333.

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

Color convert

RGB 117 130 151 -
CMYK 0.23 0.14 0 0.41
HSL 217.06º 0.14% 0.53% -
HSV(B) 217.06º 0.23% 0.59% -
XYZ 20.9 21.98 32.42 -
YUV 128.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 117 130 151 0.23 0.14 0 0.41 217.06 0.14 0.53
Hex 75 82 97 17 E 0 29 D9 E 35
Octal 165 202 227 27 16 0 51 331 16 65
Binary 1110101 10000010 10010111 10111 1110 0 101001 11011001 1110 110101

Color Harmonies of #758297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758297

Black with #758297

Text Example


Text Example

White with #758297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758297; }

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

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

background-color css

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

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

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

border-color css

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

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

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