Html Css Color HEX #748997 Light Slate Grey

📋 copy color: '#748997'

red 116 ◦ green 137 ◦ blue 151

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

Shades of Light Slate Grey #748997

Tints of Light Slate Grey #748997

RGB

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

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

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

R = 28.71%
G = 33.91%
B = 37.38%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#748997 (or 0x748997) is known color: Light Slate Grey. HEX triplet: 74, 89 and 97. RGB value is (116,137,151). Sum of RGB (Red+Green+Blue) = 116+137+151=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: blue. Hex color #748997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748997 is #8B7668. Grayscale: #848484. Windows color (decimal): -9139817 or 9931124. OLE color: 9931124.

HSL color Cylindrical-coordinate representation of color #748997: hue angle of 204º 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 #748997 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 137 151 -
CMYK 0.23 0.09 0 0.41
HSL 204º 0.14% 0.52% -
HSV(B) 204º 0.23% 0.59% -
XYZ 21.73 23.84 32.73 -
YUV 132.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 116 137 151 0.23 0.09 0 0.41 204 0.14 0.52
Hex 74 89 97 17 9 0 29 CC E 34
Octal 164 211 227 27 11 0 51 314 16 64
Binary 1110100 10001001 10010111 10111 1001 0 101001 11001100 1110 110100

Color Harmonies of #748997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748997

Black with #748997

Text Example


Text Example

White with #748997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748997; }

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

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

background-color css

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

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

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

border-color css

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

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

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