Html Css Color HEX #737094 Scampi

📋 copy color: '#737094'

red 115 ◦ green 112 ◦ blue 148

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

Shades of Scampi #737094

Tints of Scampi #737094

RGB

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

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

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

R = 30.67%
G = 29.87%
B = 39.47%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#737094 (or 0x737094) is known color: Scampi. HEX triplet: 73, 70 and 94. RGB value is (115,112,148). Sum of RGB (Red+Green+Blue) = 115+112+148=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #737094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737094 is #8C8F6B. Grayscale: #747474. Windows color (decimal): -9211756 or 9728115. OLE color: 9728115.

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

Color convert

RGB 115 112 148 -
CMYK 0.22 0.24 0 0.42
HSL 245º 0.14% 0.51% -
HSV(B) 245º 0.24% 0.58% -
XYZ 18.21 17.37 30.41 -
YUV 117 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 115 112 148 0.22 0.24 0 0.42 245 0.14 0.51
Hex 73 70 94 16 18 0 2A F5 E 33
Octal 163 160 224 26 30 0 52 365 16 63
Binary 1110011 1110000 10010100 10110 11000 0 101010 11110101 1110 110011

Color Harmonies of #737094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737094

Black with #737094

Text Example


Text Example

White with #737094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737094; }

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

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

background-color css

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

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

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

border-color css

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

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

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