Html Css Color HEX #737E94 Slate Grey

📋 copy color: '#737E94'

red 115 ◦ green 126 ◦ blue 148

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

Shades of Slate Grey #737E94

Tints of Slate Grey #737E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

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

R = 29.56%
G = 32.39%
B = 38.05%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#737E94 (or 0x737E94) is known color: Slate Grey. HEX triplet: 73, 7E and 94. RGB value is (115,126,148). Sum of RGB (Red+Green+Blue) = 115+126+148=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #737E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E94 is #8C816B. Grayscale: #7D7D7D. Windows color (decimal): -9208172 or 9731699. OLE color: 9731699.

HSL color Cylindrical-coordinate representation of color #737E94: hue angle of 220º 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 #737E94 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 126 148 -
CMYK 0.22 0.15 0 0.42
HSL 220º 0.13% 0.52% -
HSV(B) 220º 0.22% 0.58% -
XYZ 19.88 20.7 30.97 -
YUV 125.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 115 126 148 0.22 0.15 0 0.42 220 0.13 0.52
Hex 73 7E 94 16 F 0 2A DC D 34
Octal 163 176 224 26 17 0 52 334 15 64
Binary 1110011 1111110 10010100 10110 1111 0 101010 11011100 1101 110100

Color Harmonies of #737E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737E94

Black with #737E94

Text Example


Text Example

White with #737E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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