Html Css Color HEX #738895 Light Slate Grey

📋 copy color: '#738895'

red 115 ◦ green 136 ◦ blue 149

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

Shades of Light Slate Grey #738895

Tints of Light Slate Grey #738895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 28.75%
G = 34%
B = 37.25%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738895 (or 0x738895) is known color: Light Slate Grey. HEX triplet: 73, 88 and 95. RGB value is (115,136,149). Sum of RGB (Red+Green+Blue) = 115+136+149=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #738895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738895 is #8C776A. Grayscale: #838383. Windows color (decimal): -9205611 or 9799795. OLE color: 9799795.

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

Color convert

RGB 115 136 149 -
CMYK 0.23 0.09 0 0.42
HSL 202.94º 0.14% 0.52% -
HSV(B) 202.94º 0.23% 0.58% -
XYZ 21.3 23.42 31.83 -
YUV 131.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 115 136 149 0.23 0.09 0 0.42 202.94 0.14 0.52
Hex 73 88 95 17 9 0 2A CB E 34
Octal 163 210 225 27 11 0 52 313 16 64
Binary 1110011 10001000 10010101 10111 1001 0 101010 11001011 1110 110100

Color Harmonies of #738895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738895

Black with #738895

Text Example


Text Example

White with #738895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738895; }

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

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

background-color css

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

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

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

border-color css

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

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

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