Html Css Color HEX #738291 Slate Grey

📋 copy color: '#738291'

red 115 ◦ green 130 ◦ blue 145

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

Shades of Slate Grey #738291

Tints of Slate Grey #738291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 29.49%
G = 33.33%
B = 37.18%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738291 (or 0x738291) is known color: Slate Grey. HEX triplet: 73, 82 and 91. RGB value is (115,130,145). Sum of RGB (Red+Green+Blue) = 115+130+145=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #738291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738291 is #8C7D6E. Grayscale: #7F7F7F. Windows color (decimal): -9207151 or 9536115. OLE color: 9536115.

HSL color Cylindrical-coordinate representation of color #738291: hue angle of 210º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #738291 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 130 145 -
CMYK 0.21 0.10 0 0.43
HSL 210º 0.12% 0.51% -
HSV(B) 210º 0.21% 0.57% -
XYZ 20.16 21.65 29.91 -
YUV 127.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 115 130 145 0.21 0.10 0 0.43 210 0.12 0.51
Hex 73 82 91 15 A 0 2B D2 C 33
Octal 163 202 221 25 12 0 53 322 14 63
Binary 1110011 10000010 10010001 10101 1010 0 101011 11010010 1100 110011

Color Harmonies of #738291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738291

Black with #738291

Text Example


Text Example

White with #738291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738291; }

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

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

background-color css

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

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

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

border-color css

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

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

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