Html Css Color HEX #738190 Slate Grey

📋 copy color: '#738190'

red 115 ◦ green 129 ◦ blue 144

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

Shades of Slate Grey #738190

Tints of Slate Grey #738190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 29.64%
G = 33.25%
B = 37.11%

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

#738190 (or 0x738190) is known color: Slate Grey. HEX triplet: 73, 81 and 90. RGB value is (115,129,144). Sum of RGB (Red+Green+Blue) = 115+129+144=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 129 (50.78% from 255 or 33.25% 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 #738190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738190 is #8C7E6F. Grayscale: #7E7E7E. Windows color (decimal): -9207408 or 9470323. OLE color: 9470323.

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

Color convert

RGB 115 129 144 -
CMYK 0.20 0.10 0 0.44
HSL 211.03º 0.12% 0.51% -
HSV(B) 211.03º 0.2% 0.56% -
XYZ 19.95 21.36 29.46 -
YUV 126.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 115 129 144 0.20 0.10 0 0.44 211.03 0.12 0.51
Hex 73 81 90 14 A 0 2C D3 C 33
Octal 163 201 220 24 12 0 54 323 14 63
Binary 1110011 10000001 10010000 10100 1010 0 101100 11010011 1100 110011

Color Harmonies of #738190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738190

Black with #738190

Text Example


Text Example

White with #738190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738190; }

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

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

background-color css

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

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

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

border-color css

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

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

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