Html Css Color HEX #738092 Slate Grey

📋 copy color: '#738092'

red 115 ◦ green 128 ◦ blue 146

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

Shades of Slate Grey #738092

Tints of Slate Grey #738092

RGB

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

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

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

R = 29.56%
G = 32.9%
B = 37.53%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738092 (or 0x738092) is known color: Slate Grey. HEX triplet: 73, 80 and 92. RGB value is (115,128,146). Sum of RGB (Red+Green+Blue) = 115+128+146=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #738092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738092 is #8C7F6D. Grayscale: #7E7E7E. Windows color (decimal): -9207662 or 9601139. OLE color: 9601139.

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

Color convert

RGB 115 128 146 -
CMYK 0.21 0.12 0 0.43
HSL 214.84º 0.12% 0.51% -
HSV(B) 214.84º 0.21% 0.57% -
XYZ 19.98 21.16 30.23 -
YUV 126.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 115 128 146 0.21 0.12 0 0.43 214.84 0.12 0.51
Hex 73 80 92 15 C 0 2B D7 C 33
Octal 163 200 222 25 14 0 53 327 14 63
Binary 1110011 10000000 10010010 10101 1100 0 101011 11010111 1100 110011

Color Harmonies of #738092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738092

Black with #738092

Text Example


Text Example

White with #738092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738092; }

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

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

background-color css

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

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

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

border-color css

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

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

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