Html Css Color HEX #737E8B Slate Grey

📋 copy color: '#737E8B'

red 115 ◦ green 126 ◦ blue 139

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

Shades of Slate Grey #737E8B

Tints of Slate Grey #737E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 30.26%
G = 33.16%
B = 36.58%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#737E8B (or 0x737E8B) is known color: Slate Grey. HEX triplet: 73, 7E and 8B. RGB value is (115,126,139). Sum of RGB (Red+Green+Blue) = 115+126+139=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #737E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E8B is #8C8174. Grayscale: #7C7C7C. Windows color (decimal): -9208181 or 9141875. OLE color: 9141875.

HSL color Cylindrical-coordinate representation of color #737E8B: hue angle of 212.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #737E8B is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 126 139 -
CMYK 0.17 0.09 0 0.45
HSL 212.5º 0.09% 0.5% -
HSV(B) 212.5º 0.17% 0.55% -
XYZ 19.19 20.43 27.36 -
YUV 124.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 115 126 139 0.17 0.09 0 0.45 212.5 0.09 0.5
Hex 73 7E 8B 11 9 0 2D D4 9 32
Octal 163 176 213 21 11 0 55 324 11 62
Binary 1110011 1111110 10001011 10001 1001 0 101101 11010100 1001 110010

Color Harmonies of #737E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737E8B

Black with #737E8B

Text Example


Text Example

White with #737E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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