Html Css Color HEX #758099 Light Slate Grey

📋 copy color: '#758099'

red 117 ◦ green 128 ◦ blue 153

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

Shades of Light Slate Grey #758099

Tints of Light Slate Grey #758099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 29.4%
G = 32.16%
B = 38.44%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#758099 (or 0x758099) is known color: Light Slate Grey. HEX triplet: 75, 80 and 99. RGB value is (117,128,153). Sum of RGB (Red+Green+Blue) = 117+128+153=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #758099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758099 is #8A7F66. Grayscale: #7F7F7F. Windows color (decimal): -9076583 or 10059893. OLE color: 10059893.

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

Color convert

RGB 117 128 153 -
CMYK 0.24 0.16 0 0.4
HSL 221.67º 0.15% 0.53% -
HSV(B) 221.67º 0.24% 0.6% -
XYZ 20.81 21.52 33.19 -
YUV 127.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 117 128 153 0.24 0.16 0 0.4 221.67 0.15 0.53
Hex 75 80 99 18 10 0 28 DE F 35
Octal 165 200 231 30 20 0 50 336 17 65
Binary 1110101 10000000 10011001 11000 10000 0 101000 11011110 1111 110101

Color Harmonies of #758099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758099

Black with #758099

Text Example


Text Example

White with #758099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758099; }

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

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

background-color css

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

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

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

border-color css

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

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

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