Html Css Color HEX #728494 Slate Grey

📋 copy color: '#728494'

red 114 ◦ green 132 ◦ blue 148

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

Shades of Slate Grey #728494

Tints of Slate Grey #728494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 28.93%
G = 33.5%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728494 (or 0x728494) is known color: Slate Grey. HEX triplet: 72, 84 and 94. RGB value is (114,132,148). Sum of RGB (Red+Green+Blue) = 114+132+148=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #728494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728494 is #8D7B6B. Grayscale: #808080. Windows color (decimal): -9272172 or 9733234. OLE color: 9733234.

HSL color Cylindrical-coordinate representation of color #728494: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728494 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 132 148 -
CMYK 0.23 0.11 0 0.42
HSL 208.24º 0.14% 0.51% -
HSV(B) 208.24º 0.23% 0.58% -
XYZ 20.54 22.22 31.22 -
YUV 128.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 114 132 148 0.23 0.11 0 0.42 208.24 0.14 0.51
Hex 72 84 94 17 B 0 2A D0 E 33
Octal 162 204 224 27 13 0 52 320 16 63
Binary 1110010 10000100 10010100 10111 1011 0 101010 11010000 1110 110011

Color Harmonies of #728494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728494

Black with #728494

Text Example


Text Example

White with #728494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728494; }

 p { color: rgb(114,132,148); }

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

background-color css

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

 a { background-color: rgb(114,132,148); }

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

border-color css

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

 span { border-color: rgb(114,132,148); }

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