Html Css Color HEX #738097 Slate Grey

📋 copy color: '#738097'

red 115 ◦ green 128 ◦ blue 151

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

Shades of Slate Grey #738097

Tints of Slate Grey #738097

RGB

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

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

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

R = 29.19%
G = 32.49%
B = 38.32%

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

#738097 (or 0x738097) is known color: Slate Grey. HEX triplet: 73, 80 and 97. RGB value is (115,128,151). Sum of RGB (Red+Green+Blue) = 115+128+151=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #738097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738097 is #8C7F68. Grayscale: #7E7E7E. Windows color (decimal): -9207657 or 9928819. OLE color: 9928819.

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

Color convert

RGB 115 128 151 -
CMYK 0.24 0.15 0 0.41
HSL 218.33º 0.15% 0.52% -
HSV(B) 218.33º 0.24% 0.59% -
XYZ 20.38 21.32 32.32 -
YUV 126.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 115 128 151 0.24 0.15 0 0.41 218.33 0.15 0.52
Hex 73 80 97 18 F 0 29 DA F 34
Octal 163 200 227 30 17 0 51 332 17 64
Binary 1110011 10000000 10010111 11000 1111 0 101001 11011010 1111 110100

Color Harmonies of #738097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738097

Black with #738097

Text Example


Text Example

White with #738097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738097; }

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

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

background-color css

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

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

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

border-color css

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

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

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