Html Css Color HEX #728194 Slate Grey

📋 copy color: '#728194'

red 114 ◦ green 129 ◦ blue 148

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

Shades of Slate Grey #728194

Tints of Slate Grey #728194

RGB

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

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

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

R = 29.16%
G = 32.99%
B = 37.85%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728194 (or 0x728194) is known color: Slate Grey. HEX triplet: 72, 81 and 94. RGB value is (114,129,148). Sum of RGB (Red+Green+Blue) = 114+129+148=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #728194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728194 is #8D7E6B. Grayscale: #7E7E7E. Windows color (decimal): -9272940 or 9732466. OLE color: 9732466.

HSL color Cylindrical-coordinate representation of color #728194: hue angle of 213.53º 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 #728194 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 129 148 -
CMYK 0.23 0.13 0 0.42
HSL 213.53º 0.14% 0.51% -
HSV(B) 213.53º 0.23% 0.58% -
XYZ 20.13 21.42 31.09 -
YUV 126.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 114 129 148 0.23 0.13 0 0.42 213.53 0.14 0.51
Hex 72 81 94 17 D 0 2A D6 E 33
Octal 162 201 224 27 15 0 52 326 16 63
Binary 1110010 10000001 10010100 10111 1101 0 101010 11010110 1110 110011

Color Harmonies of #728194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728194

Black with #728194

Text Example


Text Example

White with #728194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728194; }

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

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

background-color css

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

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

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

border-color css

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

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

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