Html Css Color HEX #738096 Slate Grey

📋 copy color: '#738096'

red 115 ◦ green 128 ◦ blue 150

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

Shades of Slate Grey #738096

Tints of Slate Grey #738096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 29.26%
G = 32.57%
B = 38.17%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#738096 (or 0x738096) is known color: Slate Grey. HEX triplet: 73, 80 and 96. RGB value is (115,128,150). Sum of RGB (Red+Green+Blue) = 115+128+150=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 150 - color contains mainly: blue. Hex color #738096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738096 is #8C7F69. Grayscale: #7E7E7E. Windows color (decimal): -9207658 or 9863283. OLE color: 9863283.

HSL color Cylindrical-coordinate representation of color #738096: hue angle of 217.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738096 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 128 150 -
CMYK 0.23 0.15 0 0.41
HSL 217.71º 0.14% 0.52% -
HSV(B) 217.71º 0.23% 0.59% -
XYZ 20.29 21.29 31.89 -
YUV 126.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 115 128 150 0.23 0.15 0 0.41 217.71 0.14 0.52
Hex 73 80 96 17 F 0 29 DA E 34
Octal 163 200 226 27 17 0 51 332 16 64
Binary 1110011 10000000 10010110 10111 1111 0 101001 11011010 1110 110100

Color Harmonies of #738096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738096

Black with #738096

Text Example


Text Example

White with #738096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738096; }

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

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

background-color css

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

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

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

border-color css

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

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

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