Html Css Color HEX #748097 Slate Grey

📋 copy color: '#748097'

red 116 ◦ green 128 ◦ blue 151

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

Shades of Slate Grey #748097

Tints of Slate Grey #748097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 29.37%
G = 32.41%
B = 38.23%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#748097 (or 0x748097) is known color: Slate Grey. HEX triplet: 74, 80 and 97. RGB value is (116,128,151). Sum of RGB (Red+Green+Blue) = 116+128+151=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #748097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748097 is #8B7F68. Grayscale: #7E7E7E. Windows color (decimal): -9142121 or 9928820. OLE color: 9928820.

HSL color Cylindrical-coordinate representation of color #748097: hue angle of 219.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748097 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 128 151 -
CMYK 0.23 0.15 0 0.41
HSL 219.43º 0.14% 0.52% -
HSV(B) 219.43º 0.23% 0.59% -
XYZ 20.51 21.39 32.33 -
YUV 127.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 116 128 151 0.23 0.15 0 0.41 219.43 0.14 0.52
Hex 74 80 97 17 F 0 29 DB E 34
Octal 164 200 227 27 17 0 51 333 16 64
Binary 1110100 10000000 10010111 10111 1111 0 101001 11011011 1110 110100

Color Harmonies of #748097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748097

Black with #748097

Text Example


Text Example

White with #748097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748097; }

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

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

background-color css

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

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

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

border-color css

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

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

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