Html Css Color HEX #737092 Scampi

📋 copy color: '#737092'

red 115 ◦ green 112 ◦ blue 146

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

Shades of Scampi #737092

Tints of Scampi #737092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 30.83%
G = 30.03%
B = 39.14%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#737092 (or 0x737092) is known color: Scampi. HEX triplet: 73, 70 and 92. RGB value is (115,112,146). Sum of RGB (Red+Green+Blue) = 115+112+146=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #737092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737092 is #8C8F6D. Grayscale: #747474. Windows color (decimal): -9211758 or 9597043. OLE color: 9597043.

HSL color Cylindrical-coordinate representation of color #737092: hue angle of 245.29º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #737092 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 112 146 -
CMYK 0.21 0.23 0 0.43
HSL 245.29º 0.13% 0.51% -
HSV(B) 245.29º 0.23% 0.57% -
XYZ 18.05 17.31 29.58 -
YUV 116.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 115 112 146 0.21 0.23 0 0.43 245.29 0.13 0.51
Hex 73 70 92 15 17 0 2B F5 D 33
Octal 163 160 222 25 27 0 53 365 15 63
Binary 1110011 1110000 10010010 10101 10111 0 101011 11110101 1101 110011

Color Harmonies of #737092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737092

Black with #737092

Text Example


Text Example

White with #737092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737092; }

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

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

background-color css

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

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

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

border-color css

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

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

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