Html Css Color HEX #718290 Slate Grey

📋 copy color: '#718290'

red 113 ◦ green 130 ◦ blue 144

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

Shades of Slate Grey #718290

Tints of Slate Grey #718290

RGB

 RED value IS 113 (44.53% from 255) = 29.2%

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

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

R = 29.2%
G = 33.59%
B = 37.21%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#718290 (or 0x718290) is known color: Slate Grey. HEX triplet: 71, 82 and 90. RGB value is (113,130,144). Sum of RGB (Red+Green+Blue) = 113+130+144=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #718290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718290 is #8E7D6F. Grayscale: #7E7E7E. Windows color (decimal): -9338224 or 9470577. OLE color: 9470577.

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

Color convert

RGB 113 130 144 -
CMYK 0.22 0.10 0 0.44
HSL 207.1º 0.12% 0.5% -
HSV(B) 207.1º 0.22% 0.56% -
XYZ 19.83 21.49 29.49 -
YUV 126.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 113 130 144 0.22 0.10 0 0.44 207.1 0.12 0.5
Hex 71 82 90 16 A 0 2C CF C 32
Octal 161 202 220 26 12 0 54 317 14 62
Binary 1110001 10000010 10010000 10110 1010 0 101100 11001111 1100 110010

Color Harmonies of #718290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718290

Black with #718290

Text Example


Text Example

White with #718290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718290; }

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

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

background-color css

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

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

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

border-color css

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

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

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