Html Css Color HEX #728391 Slate Grey

📋 copy color: '#728391'

red 114 ◦ green 131 ◦ blue 145

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

Shades of Slate Grey #728391

Tints of Slate Grey #728391

RGB

 RED value IS 114 (44.92% from 255) = 29.23%

 GREEN value IS 131 (51.56% from 255) = 33.59%

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

R = 29.23%
G = 33.59%
B = 37.18%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728391 (or 0x728391) is known color: Slate Grey. HEX triplet: 72, 83 and 91. RGB value is (114,131,145). Sum of RGB (Red+Green+Blue) = 114+131+145=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #728391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728391 is #8D7C6E. Grayscale: #7F7F7F. Windows color (decimal): -9272431 or 9536370. OLE color: 9536370.

HSL color Cylindrical-coordinate representation of color #728391: hue angle of 207.1º 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 #728391 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 131 145 -
CMYK 0.21 0.10 0 0.43
HSL 207.1º 0.12% 0.51% -
HSV(B) 207.1º 0.21% 0.57% -
XYZ 20.17 21.85 29.94 -
YUV 127.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 114 131 145 0.21 0.10 0 0.43 207.1 0.12 0.51
Hex 72 83 91 15 A 0 2B CF C 33
Octal 162 203 221 25 12 0 53 317 14 63
Binary 1110010 10000011 10010001 10101 1010 0 101011 11001111 1100 110011

Color Harmonies of #728391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728391

Black with #728391

Text Example


Text Example

White with #728391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728391; }

 p { color: rgb(114,131,145); }

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

background-color css

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

 a { background-color: rgb(114,131,145); }

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

border-color css

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

 span { border-color: rgb(114,131,145); }

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