Html Css Color HEX #738197 Slate Grey

📋 copy color: '#738197'

red 115 ◦ green 129 ◦ blue 151

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

Shades of Slate Grey #738197

Tints of Slate Grey #738197

RGB

 RED value IS 115 (45.31% from 255) = 29.11%

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

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

R = 29.11%
G = 32.66%
B = 38.23%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#738197 (or 0x738197) is known color: Slate Grey. HEX triplet: 73, 81 and 97. RGB value is (115,129,151). Sum of RGB (Red+Green+Blue) = 115+129+151=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 129 (50.78% from 255 or 32.66% 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 #738197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738197 is #8C7E68. Grayscale: #7F7F7F. Windows color (decimal): -9207401 or 9929075. OLE color: 9929075.

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

Color convert

RGB 115 129 151 -
CMYK 0.24 0.15 0 0.41
HSL 216.67º 0.15% 0.52% -
HSV(B) 216.67º 0.24% 0.59% -
XYZ 20.51 21.58 32.36 -
YUV 127.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 115 129 151 0.24 0.15 0 0.41 216.67 0.15 0.52
Hex 73 81 97 18 F 0 29 D9 F 34
Octal 163 201 227 30 17 0 51 331 17 64
Binary 1110011 10000001 10010111 11000 1111 0 101001 11011001 1111 110100

Color Harmonies of #738197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738197

Black with #738197

Text Example


Text Example

White with #738197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738197; }

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

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

background-color css

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

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

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

border-color css

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

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

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