Html Css Color HEX #738593 Slate Grey

📋 copy color: '#738593'

red 115 ◦ green 133 ◦ blue 147

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

Shades of Slate Grey #738593

Tints of Slate Grey #738593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.22%

R = 29.11%
G = 33.67%
B = 37.22%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#738593 (or 0x738593) is known color: Slate Grey. HEX triplet: 73, 85 and 93. RGB value is (115,133,147). Sum of RGB (Red+Green+Blue) = 115+133+147=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #738593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738593 is #8C7A6C. Grayscale: #818181. Windows color (decimal): -9206381 or 9667955. OLE color: 9667955.

HSL color Cylindrical-coordinate representation of color #738593: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #738593 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 133 147 -
CMYK 0.22 0.10 0 0.42
HSL 206.25º 0.13% 0.51% -
HSV(B) 206.25º 0.22% 0.58% -
XYZ 20.72 22.53 30.86 -
YUV 129.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 115 133 147 0.22 0.10 0 0.42 206.25 0.13 0.51
Hex 73 85 93 16 A 0 2A CE D 33
Octal 163 205 223 26 12 0 52 316 15 63
Binary 1110011 10000101 10010011 10110 1010 0 101010 11001110 1101 110011

Color Harmonies of #738593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738593

Black with #738593

Text Example


Text Example

White with #738593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738593; }

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

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

background-color css

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

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

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

border-color css

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

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

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