Html Css Color HEX #738290 Slate Grey

📋 copy color: '#738290'

red 115 ◦ green 130 ◦ blue 144

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

Shades of Slate Grey #738290

Tints of Slate Grey #738290

RGB

 RED value IS 115 (45.31% from 255) = 29.56%

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

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

R = 29.56%
G = 33.42%
B = 37.02%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#738290 (or 0x738290) is known color: Slate Grey. HEX triplet: 73, 82 and 90. RGB value is (115,130,144). Sum of RGB (Red+Green+Blue) = 115+130+144=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 130 (51.17% from 255 or 33.42% 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 #738290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738290 is #8C7D6F. Grayscale: #7F7F7F. Windows color (decimal): -9207152 or 9470579. OLE color: 9470579.

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

Color convert

RGB 115 130 144 -
CMYK 0.20 0.10 0 0.44
HSL 208.97º 0.12% 0.51% -
HSV(B) 208.97º 0.2% 0.56% -
XYZ 20.09 21.62 29.5 -
YUV 127.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 115 130 144 0.20 0.10 0 0.44 208.97 0.12 0.51
Hex 73 82 90 14 A 0 2C D1 C 33
Octal 163 202 220 24 12 0 54 321 14 63
Binary 1110011 10000010 10010000 10100 1010 0 101100 11010001 1100 110011

Color Harmonies of #738290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738290

Black with #738290

Text Example


Text Example

White with #738290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738290; }

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

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

background-color css

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

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

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

border-color css

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

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

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