Html Css Color HEX #728390 Slate Grey

📋 copy color: '#728390'

red 114 ◦ green 131 ◦ blue 144

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

Shades of Slate Grey #728390

Tints of Slate Grey #728390

RGB

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

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

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

R = 29.31%
G = 33.68%
B = 37.02%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#728390 (or 0x728390) is known color: Slate Grey. HEX triplet: 72, 83 and 90. RGB value is (114,131,144). Sum of RGB (Red+Green+Blue) = 114+131+144=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #728390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728390 is #8D7C6F. Grayscale: #7F7F7F. Windows color (decimal): -9272432 or 9470834. OLE color: 9470834.

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

Color convert

RGB 114 131 144 -
CMYK 0.21 0.09 0 0.44
HSL 206º 0.12% 0.51% -
HSV(B) 206º 0.21% 0.56% -
XYZ 20.09 21.82 29.54 -
YUV 127.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 114 131 144 0.21 0.09 0 0.44 206 0.12 0.51
Hex 72 83 90 15 9 0 2C CE C 33
Octal 162 203 220 25 11 0 54 316 14 63
Binary 1110010 10000011 10010000 10101 1001 0 101100 11001110 1100 110011

Color Harmonies of #728390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728390

Black with #728390

Text Example


Text Example

White with #728390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728390; }

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

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

background-color css

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

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

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

border-color css

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

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

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