Html Css Color HEX #737F90 Slate Grey

📋 copy color: '#737F90'

red 115 ◦ green 127 ◦ blue 144

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

Shades of Slate Grey #737F90

Tints of Slate Grey #737F90

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 29.79%
G = 32.9%
B = 37.31%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#737F90 (or 0x737F90) is known color: Slate Grey. HEX triplet: 73, 7F and 90. RGB value is (115,127,144). Sum of RGB (Red+Green+Blue) = 115+127+144=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #737F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F90 is #8C806F. Grayscale: #7D7D7D. Windows color (decimal): -9207920 or 9469811. OLE color: 9469811.

HSL color Cylindrical-coordinate representation of color #737F90: hue angle of 215.17º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #737F90 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 127 144 -
CMYK 0.20 0.12 0 0.44
HSL 215.17º 0.12% 0.51% -
HSV(B) 215.17º 0.2% 0.56% -
XYZ 19.69 20.84 29.37 -
YUV 125.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 115 127 144 0.20 0.12 0 0.44 215.17 0.12 0.51
Hex 73 7F 90 14 C 0 2C D7 C 33
Octal 163 177 220 24 14 0 54 327 14 63
Binary 1110011 1111111 10010000 10100 1100 0 101100 11010111 1100 110011

Color Harmonies of #737F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737F90

Black with #737F90

Text Example


Text Example

White with #737F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,127,144); }

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

background-color css

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

 a { background-color: rgb(115,127,144); }

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

border-color css

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

 span { border-color: rgb(115,127,144); }

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