Html Css Color HEX #758697 Light Slate Grey

📋 copy color: '#758697'

red 117 ◦ green 134 ◦ blue 151

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

Shades of Light Slate Grey #758697

Tints of Light Slate Grey #758697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

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

R = 29.1%
G = 33.33%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#758697 (or 0x758697) is known color: Light Slate Grey. HEX triplet: 75, 86 and 97. RGB value is (117,134,151). Sum of RGB (Red+Green+Blue) = 117+134+151=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #758697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758697 is #8A7968. Grayscale: #828282. Windows color (decimal): -9075049 or 9930357. OLE color: 9930357.

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

Color convert

RGB 117 134 151 -
CMYK 0.23 0.11 0 0.41
HSL 210º 0.14% 0.53% -
HSV(B) 210º 0.23% 0.59% -
XYZ 21.45 23.07 32.6 -
YUV 130.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 117 134 151 0.23 0.11 0 0.41 210 0.14 0.53
Hex 75 86 97 17 B 0 29 D2 E 35
Octal 165 206 227 27 13 0 51 322 16 65
Binary 1110101 10000110 10010111 10111 1011 0 101001 11010010 1110 110101

Color Harmonies of #758697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758697

Black with #758697

Text Example


Text Example

White with #758697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758697; }

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

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

background-color css

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

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

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

border-color css

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

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

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