Html Css Color HEX #738595 Light Slate Grey

📋 copy color: '#738595'

red 115 ◦ green 133 ◦ blue 149

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

Shades of Light Slate Grey #738595

Tints of Light Slate Grey #738595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 28.97%
G = 33.5%
B = 37.53%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738595 (or 0x738595) is known color: Light Slate Grey. HEX triplet: 73, 85 and 95. RGB value is (115,133,149). Sum of RGB (Red+Green+Blue) = 115+133+149=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #738595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738595 is #8C7A6A. Grayscale: #818181. Windows color (decimal): -9206379 or 9799027. OLE color: 9799027.

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

Color convert

RGB 115 133 149 -
CMYK 0.23 0.11 0 0.42
HSL 208.24º 0.14% 0.52% -
HSV(B) 208.24º 0.23% 0.58% -
XYZ 20.88 22.59 31.69 -
YUV 129.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 115 133 149 0.23 0.11 0 0.42 208.24 0.14 0.52
Hex 73 85 95 17 B 0 2A D0 E 34
Octal 163 205 225 27 13 0 52 320 16 64
Binary 1110011 10000101 10010101 10111 1011 0 101010 11010000 1110 110100

Color Harmonies of #738595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738595

Black with #738595

Text Example


Text Example

White with #738595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738595; }

 p { color: rgb(115,133,149); }

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

background-color css

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

 a { background-color: rgb(115,133,149); }

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

border-color css

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

 span { border-color: rgb(115,133,149); }

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