Html Css Color HEX #758995 Light Slate Grey

📋 copy color: '#758995'

red 117 ◦ green 137 ◦ blue 149

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

Shades of Light Slate Grey #758995

Tints of Light Slate Grey #758995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34%

 BLUE value IS 149 (58.59% from 255) = 36.97%

R = 29.03%
G = 34%
B = 36.97%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#758995 (or 0x758995) is known color: Light Slate Grey. HEX triplet: 75, 89 and 95. RGB value is (117,137,149). Sum of RGB (Red+Green+Blue) = 117+137+149=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #758995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758995 is #8A766A. Grayscale: #848484. Windows color (decimal): -9074283 or 9800053. OLE color: 9800053.

HSL color Cylindrical-coordinate representation of color #758995: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758995 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 137 149 -
CMYK 0.21 0.08 0 0.42
HSL 202.5º 0.13% 0.52% -
HSV(B) 202.5º 0.21% 0.58% -
XYZ 21.71 23.84 31.89 -
YUV 132.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 117 137 149 0.21 0.08 0 0.42 202.5 0.13 0.52
Hex 75 89 95 15 8 0 2A CA D 34
Octal 165 211 225 25 10 0 52 312 15 64
Binary 1110101 10001001 10010101 10101 1000 0 101010 11001010 1101 110100

Color Harmonies of #758995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758995

Black with #758995

Text Example


Text Example

White with #758995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758995; }

 p { color: rgb(117,137,149); }

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

background-color css

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

 a { background-color: rgb(117,137,149); }

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

border-color css

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

 span { border-color: rgb(117,137,149); }

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