Html Css Color HEX #738296 Slate Grey

📋 copy color: '#738296'

red 115 ◦ green 130 ◦ blue 150

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

Shades of Slate Grey #738296

Tints of Slate Grey #738296

RGB

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

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

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

R = 29.11%
G = 32.91%
B = 37.97%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#738296 (or 0x738296) is known color: Slate Grey. HEX triplet: 73, 82 and 96. RGB value is (115,130,150). Sum of RGB (Red+Green+Blue) = 115+130+150=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #738296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738296 is #8C7D69. Grayscale: #7F7F7F. Windows color (decimal): -9207146 or 9863795. OLE color: 9863795.

HSL color Cylindrical-coordinate representation of color #738296: hue angle of 214.29º 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 #738296 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 130 150 -
CMYK 0.23 0.13 0 0.41
HSL 214.29º 0.14% 0.52% -
HSV(B) 214.29º 0.23% 0.59% -
XYZ 20.56 21.81 31.98 -
YUV 127.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 115 130 150 0.23 0.13 0 0.41 214.29 0.14 0.52
Hex 73 82 96 17 D 0 29 D6 E 34
Octal 163 202 226 27 15 0 51 326 16 64
Binary 1110011 10000010 10010110 10111 1101 0 101001 11010110 1110 110100

Color Harmonies of #738296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738296

Black with #738296

Text Example


Text Example

White with #738296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738296; }

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

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

background-color css

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

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

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

border-color css

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

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

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