Html Css Color HEX #718090 Slate Grey

📋 copy color: '#718090'

red 113 ◦ green 128 ◦ blue 144

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

Shades of Slate Grey #718090

Tints of Slate Grey #718090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 29.35%
G = 33.25%
B = 37.4%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#718090 (or 0x718090) is known color: Slate Grey. HEX triplet: 71, 80 and 90. RGB value is (113,128,144). Sum of RGB (Red+Green+Blue) = 113+128+144=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #718090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718090 is #8E7F6F. Grayscale: #7D7D7D. Windows color (decimal): -9338736 or 9470065. OLE color: 9470065.

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

Color convert

RGB 113 128 144 -
CMYK 0.22 0.11 0 0.44
HSL 210.97º 0.12% 0.5% -
HSV(B) 210.97º 0.22% 0.56% -
XYZ 19.56 20.96 29.4 -
YUV 125.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 113 128 144 0.22 0.11 0 0.44 210.97 0.12 0.5
Hex 71 80 90 16 B 0 2C D3 C 32
Octal 161 200 220 26 13 0 54 323 14 62
Binary 1110001 10000000 10010000 10110 1011 0 101100 11010011 1100 110010

Color Harmonies of #718090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718090

Black with #718090

Text Example


Text Example

White with #718090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718090; }

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

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

background-color css

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

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

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

border-color css

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

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

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