Html Css Color HEX #748297 Light Slate Grey

📋 copy color: '#748297'

red 116 ◦ green 130 ◦ blue 151

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

Shades of Light Slate Grey #748297

Tints of Light Slate Grey #748297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 29.22%
G = 32.75%
B = 38.04%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#748297 (or 0x748297) is known color: Light Slate Grey. HEX triplet: 74, 82 and 97. RGB value is (116,130,151). Sum of RGB (Red+Green+Blue) = 116+130+151=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #748297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748297 is #8B7D68. Grayscale: #808080. Windows color (decimal): -9141609 or 9929332. OLE color: 9929332.

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

Color convert

RGB 116 130 151 -
CMYK 0.23 0.14 0 0.41
HSL 216º 0.14% 0.52% -
HSV(B) 216º 0.23% 0.59% -
XYZ 20.77 21.91 32.41 -
YUV 128.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 116 130 151 0.23 0.14 0 0.41 216 0.14 0.52
Hex 74 82 97 17 E 0 29 D8 E 34
Octal 164 202 227 27 16 0 51 330 16 64
Binary 1110100 10000010 10010111 10111 1110 0 101001 11011000 1110 110100

Color Harmonies of #748297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748297

Black with #748297

Text Example


Text Example

White with #748297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748297; }

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

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

background-color css

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

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

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

border-color css

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

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

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