Html Css Color HEX #738091 Slate Grey

📋 copy color: '#738091'

red 115 ◦ green 128 ◦ blue 145

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

Shades of Slate Grey #738091

Tints of Slate Grey #738091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 29.64%
G = 32.99%
B = 37.37%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738091 (or 0x738091) is known color: Slate Grey. HEX triplet: 73, 80 and 91. RGB value is (115,128,145). Sum of RGB (Red+Green+Blue) = 115+128+145=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #738091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738091 is #8C7F6E. Grayscale: #7D7D7D. Windows color (decimal): -9207663 or 9535603. OLE color: 9535603.

HSL color Cylindrical-coordinate representation of color #738091: hue angle of 214º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738091 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 128 145 -
CMYK 0.21 0.12 0 0.43
HSL 214º 0.12% 0.51% -
HSV(B) 214º 0.21% 0.57% -
XYZ 19.9 21.13 29.82 -
YUV 126.05 138.69 120.12 -
System Red Green Blue C M Y K H S L
Decimal 115 128 145 0.21 0.12 0 0.43 214 0.12 0.51
Hex 73 80 91 15 C 0 2B D6 C 33
Octal 163 200 221 25 14 0 53 326 14 63
Binary 1110011 10000000 10010001 10101 1100 0 101011 11010110 1100 110011

Color Harmonies of #738091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738091

Black with #738091

Text Example


Text Example

White with #738091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738091; }

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

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

background-color css

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

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

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

border-color css

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

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

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