Html Css Color HEX #738594 Slate Grey

📋 copy color: '#738594'

red 115 ◦ green 133 ◦ blue 148

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

Shades of Slate Grey #738594

Tints of Slate Grey #738594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 29.04%
G = 33.59%
B = 37.37%

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

#738594 (or 0x738594) is known color: Slate Grey. HEX triplet: 73, 85 and 94. RGB value is (115,133,148). Sum of RGB (Red+Green+Blue) = 115+133+148=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #738594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738594 is #8C7A6B. Grayscale: #818181. Windows color (decimal): -9206380 or 9733491. OLE color: 9733491.

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

Color convert

RGB 115 133 148 -
CMYK 0.22 0.10 0 0.42
HSL 207.27º 0.13% 0.52% -
HSV(B) 207.27º 0.22% 0.58% -
XYZ 20.8 22.56 31.27 -
YUV 129.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 115 133 148 0.22 0.10 0 0.42 207.27 0.13 0.52
Hex 73 85 94 16 A 0 2A CF D 34
Octal 163 205 224 26 12 0 52 317 15 64
Binary 1110011 10000101 10010100 10110 1010 0 101010 11001111 1101 110100

Color Harmonies of #738594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738594

Black with #738594

Text Example


Text Example

White with #738594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738594; }

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

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

background-color css

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

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

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

border-color css

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

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

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