Html Css Color HEX #728290 Slate Grey

📋 copy color: '#728290'

red 114 ◦ green 130 ◦ blue 144

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

Shades of Slate Grey #728290

Tints of Slate Grey #728290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 29.38%
G = 33.51%
B = 37.11%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#728290 (or 0x728290) is known color: Slate Grey. HEX triplet: 72, 82 and 90. RGB value is (114,130,144). Sum of RGB (Red+Green+Blue) = 114+130+144=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #728290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728290 is #8D7D6F. Grayscale: #7E7E7E. Windows color (decimal): -9272688 or 9470578. OLE color: 9470578.

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

Color convert

RGB 114 130 144 -
CMYK 0.21 0.10 0 0.44
HSL 208º 0.12% 0.51% -
HSV(B) 208º 0.21% 0.56% -
XYZ 19.96 21.56 29.49 -
YUV 126.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 114 130 144 0.21 0.10 0 0.44 208 0.12 0.51
Hex 72 82 90 15 A 0 2C D0 C 33
Octal 162 202 220 25 12 0 54 320 14 63
Binary 1110010 10000010 10010000 10101 1010 0 101100 11010000 1100 110011

Color Harmonies of #728290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728290

Black with #728290

Text Example


Text Example

White with #728290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728290; }

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

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

background-color css

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

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

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

border-color css

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

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

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