Html Css Color HEX #728294 Slate Grey

📋 copy color: '#728294'

red 114 ◦ green 130 ◦ blue 148

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

Shades of Slate Grey #728294

Tints of Slate Grey #728294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

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

R = 29.08%
G = 33.16%
B = 37.76%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728294 (or 0x728294) is known color: Slate Grey. HEX triplet: 72, 82 and 94. RGB value is (114,130,148). Sum of RGB (Red+Green+Blue) = 114+130+148=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #728294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728294 is #8D7D6B. Grayscale: #7F7F7F. Windows color (decimal): -9272684 or 9732722. OLE color: 9732722.

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

Color convert

RGB 114 130 148 -
CMYK 0.23 0.12 0 0.42
HSL 211.76º 0.14% 0.51% -
HSV(B) 211.76º 0.23% 0.58% -
XYZ 20.27 21.68 31.13 -
YUV 127.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 114 130 148 0.23 0.12 0 0.42 211.76 0.14 0.51
Hex 72 82 94 17 C 0 2A D4 E 33
Octal 162 202 224 27 14 0 52 324 16 63
Binary 1110010 10000010 10010100 10111 1100 0 101010 11010100 1110 110011

Color Harmonies of #728294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728294

Black with #728294

Text Example


Text Example

White with #728294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728294; }

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

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

background-color css

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

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

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

border-color css

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

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

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