Html Css Color HEX #738691 Slate Grey

📋 copy color: '#738691'

red 115 ◦ green 134 ◦ blue 145

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

Shades of Slate Grey #738691

Tints of Slate Grey #738691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.01%

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 29.19%
G = 34.01%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738691 (or 0x738691) is known color: Slate Grey. HEX triplet: 73, 86 and 91. RGB value is (115,134,145). Sum of RGB (Red+Green+Blue) = 115+134+145=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #738691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738691 is #8C796E. Grayscale: #818181. Windows color (decimal): -9206127 or 9537139. OLE color: 9537139.

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

Color convert

RGB 115 134 145 -
CMYK 0.21 0.08 0 0.43
HSL 202º 0.12% 0.51% -
HSV(B) 202º 0.21% 0.57% -
XYZ 20.71 22.74 30.09 -
YUV 129.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 115 134 145 0.21 0.08 0 0.43 202 0.12 0.51
Hex 73 86 91 15 8 0 2B CA C 33
Octal 163 206 221 25 10 0 53 312 14 63
Binary 1110011 10000110 10010001 10101 1000 0 101011 11001010 1100 110011

Color Harmonies of #738691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738691

Black with #738691

Text Example


Text Example

White with #738691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738691; }

 p { color: rgb(115,134,145); }

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

background-color css

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

 a { background-color: rgb(115,134,145); }

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

border-color css

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

 span { border-color: rgb(115,134,145); }

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