Html Css Color HEX #738592 Slate Grey

📋 copy color: '#738592'

red 115 ◦ green 133 ◦ blue 146

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

Shades of Slate Grey #738592

Tints of Slate Grey #738592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 29.19%
G = 33.76%
B = 37.06%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#738592 (or 0x738592) is known color: Slate Grey. HEX triplet: 73, 85 and 92. RGB value is (115,133,146). Sum of RGB (Red+Green+Blue) = 115+133+146=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #738592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738592 is #8C7A6D. Grayscale: #818181. Windows color (decimal): -9206382 or 9602419. OLE color: 9602419.

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

Color convert

RGB 115 133 146 -
CMYK 0.21 0.09 0 0.43
HSL 205.16º 0.12% 0.51% -
HSV(B) 205.16º 0.21% 0.57% -
XYZ 20.65 22.5 30.45 -
YUV 129.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 115 133 146 0.21 0.09 0 0.43 205.16 0.12 0.51
Hex 73 85 92 15 9 0 2B CD C 33
Octal 163 205 222 25 11 0 53 315 14 63
Binary 1110011 10000101 10010010 10101 1001 0 101011 11001101 1100 110011

Color Harmonies of #738592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738592

Black with #738592

Text Example


Text Example

White with #738592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738592; }

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

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

background-color css

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

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

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

border-color css

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

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

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