Html Css Color HEX #738292 Slate Grey

📋 copy color: '#738292'

red 115 ◦ green 130 ◦ blue 146

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

Shades of Slate Grey #738292

Tints of Slate Grey #738292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 29.41%
G = 33.25%
B = 37.34%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738292 (or 0x738292) is known color: Slate Grey. HEX triplet: 73, 82 and 92. RGB value is (115,130,146). Sum of RGB (Red+Green+Blue) = 115+130+146=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #738292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738292 is #8C7D6D. Grayscale: #7F7F7F. Windows color (decimal): -9207150 or 9601651. OLE color: 9601651.

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

Color convert

RGB 115 130 146 -
CMYK 0.21 0.11 0 0.43
HSL 210.97º 0.12% 0.51% -
HSV(B) 210.97º 0.21% 0.57% -
XYZ 20.24 21.69 30.31 -
YUV 127.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 115 130 146 0.21 0.11 0 0.43 210.97 0.12 0.51
Hex 73 82 92 15 B 0 2B D3 C 33
Octal 163 202 222 25 13 0 53 323 14 63
Binary 1110011 10000010 10010010 10101 1011 0 101011 11010011 1100 110011

Color Harmonies of #738292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738292

Black with #738292

Text Example


Text Example

White with #738292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738292; }

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

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

background-color css

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

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

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

border-color css

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

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

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