Html Css Color HEX #758899 Light Slate Grey

📋 copy color: '#758899'

red 117 ◦ green 136 ◦ blue 153

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

Shades of Light Slate Grey #758899

Tints of Light Slate Grey #758899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.5%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 28.82%
G = 33.5%
B = 37.68%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#758899 (or 0x758899) is known color: Light Slate Grey. HEX triplet: 75, 88 and 99. RGB value is (117,136,153). Sum of RGB (Red+Green+Blue) = 117+136+153=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #758899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758899 is #8A7766. Grayscale: #848484. Windows color (decimal): -9074535 or 10061941. OLE color: 10061941.

HSL color Cylindrical-coordinate representation of color #758899: hue angle of 208.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758899 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 136 153 -
CMYK 0.24 0.11 0 0.4
HSL 208.33º 0.15% 0.53% -
HSV(B) 208.33º 0.24% 0.6% -
XYZ 21.89 23.69 33.56 -
YUV 132.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 117 136 153 0.24 0.11 0 0.4 208.33 0.15 0.53
Hex 75 88 99 18 B 0 28 D0 F 35
Octal 165 210 231 30 13 0 50 320 17 65
Binary 1110101 10001000 10011001 11000 1011 0 101000 11010000 1111 110101

Color Harmonies of #758899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758899

Black with #758899

Text Example


Text Example

White with #758899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758899; }

 p { color: rgb(117,136,153); }

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

background-color css

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

 a { background-color: rgb(117,136,153); }

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

border-color css

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

 span { border-color: rgb(117,136,153); }

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