Html Css Color HEX #748197 Light Slate Grey

📋 copy color: '#748197'

red 116 ◦ green 129 ◦ blue 151

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

Shades of Light Slate Grey #748197

Tints of Light Slate Grey #748197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

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

R = 29.29%
G = 32.58%
B = 38.13%

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

#748197 (or 0x748197) is known color: Light Slate Grey. HEX triplet: 74, 81 and 97. RGB value is (116,129,151). Sum of RGB (Red+Green+Blue) = 116+129+151=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #748197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748197 is #8B7E68. Grayscale: #7F7F7F. Windows color (decimal): -9141865 or 9929076. OLE color: 9929076.

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

Color convert

RGB 116 129 151 -
CMYK 0.23 0.15 0 0.41
HSL 217.71º 0.14% 0.52% -
HSV(B) 217.71º 0.23% 0.59% -
XYZ 20.64 21.65 32.37 -
YUV 127.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 116 129 151 0.23 0.15 0 0.41 217.71 0.14 0.52
Hex 74 81 97 17 F 0 29 DA E 34
Octal 164 201 227 27 17 0 51 332 16 64
Binary 1110100 10000001 10010111 10111 1111 0 101001 11011010 1110 110100

Color Harmonies of #748197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748197

Black with #748197

Text Example


Text Example

White with #748197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748197; }

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

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

background-color css

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

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

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

border-color css

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

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

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