Html Css Color HEX #748099 Light Slate Grey

📋 copy color: '#748099'

red 116 ◦ green 128 ◦ blue 153

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

Shades of Light Slate Grey #748099

Tints of Light Slate Grey #748099

RGB

 RED value IS 116 (45.7% from 255) = 29.22%

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

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

R = 29.22%
G = 32.24%
B = 38.54%

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

#748099 (or 0x748099) is known color: Light Slate Grey. HEX triplet: 74, 80 and 99. RGB value is (116,128,153). Sum of RGB (Red+Green+Blue) = 116+128+153=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #748099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748099 is #8B7F66. Grayscale: #7F7F7F. Windows color (decimal): -9142119 or 10059892. OLE color: 10059892.

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

Color convert

RGB 116 128 153 -
CMYK 0.24 0.16 0 0.4
HSL 220.54º 0.15% 0.53% -
HSV(B) 220.54º 0.24% 0.6% -
XYZ 20.67 21.45 33.19 -
YUV 127.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 116 128 153 0.24 0.16 0 0.4 220.54 0.15 0.53
Hex 74 80 99 18 10 0 28 DD F 35
Octal 164 200 231 30 20 0 50 335 17 65
Binary 1110100 10000000 10011001 11000 10000 0 101000 11011101 1111 110101

Color Harmonies of #748099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748099

Black with #748099

Text Example


Text Example

White with #748099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748099; }

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

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

background-color css

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

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

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

border-color css

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

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

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