Html Css Color HEX #758999 Light Slate Grey

📋 copy color: '#758999'

red 117 ◦ green 137 ◦ blue 153

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

Shades of Light Slate Grey #758999

Tints of Light Slate Grey #758999

RGB

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

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

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

R = 28.75%
G = 33.66%
B = 37.59%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#758999 (or 0x758999) is known color: Light Slate Grey. HEX triplet: 75, 89 and 99. RGB value is (117,137,153). Sum of RGB (Red+Green+Blue) = 117+137+153=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #758999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758999 is #8A7666. Grayscale: #848484. Windows color (decimal): -9074279 or 10062197. OLE color: 10062197.

HSL color Cylindrical-coordinate representation of color #758999: hue angle of 206.67º 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 #758999 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 137 153 -
CMYK 0.24 0.10 0 0.4
HSL 206.67º 0.15% 0.53% -
HSV(B) 206.67º 0.24% 0.6% -
XYZ 22.03 23.97 33.6 -
YUV 132.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 117 137 153 0.24 0.10 0 0.4 206.67 0.15 0.53
Hex 75 89 99 18 A 0 28 CF F 35
Octal 165 211 231 30 12 0 50 317 17 65
Binary 1110101 10001001 10011001 11000 1010 0 101000 11001111 1111 110101

Color Harmonies of #758999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758999

Black with #758999

Text Example


Text Example

White with #758999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758999; }

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

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

background-color css

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

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

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

border-color css

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

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

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