Html Css Color HEX #737492 Scampi

📋 copy color: '#737492'

red 115 ◦ green 116 ◦ blue 146

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

Shades of Scampi #737492

Tints of Scampi #737492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 30.5%
G = 30.77%
B = 38.73%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#737492 (or 0x737492) is known color: Scampi. HEX triplet: 73, 74 and 92. RGB value is (115,116,146). Sum of RGB (Red+Green+Blue) = 115+116+146=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #737492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737492 is #8C8B6D. Grayscale: #777777. Windows color (decimal): -9210734 or 9598067. OLE color: 9598067.

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

Color convert

RGB 115 116 146 -
CMYK 0.21 0.21 0 0.43
HSL 238.06º 0.12% 0.51% -
HSV(B) 238.06º 0.21% 0.57% -
XYZ 18.5 18.21 29.73 -
YUV 119.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 115 116 146 0.21 0.21 0 0.43 238.06 0.12 0.51
Hex 73 74 92 15 15 0 2B EE C 33
Octal 163 164 222 25 25 0 53 356 14 63
Binary 1110011 1110100 10010010 10101 10101 0 101011 11101110 1100 110011

Color Harmonies of #737492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737492

Black with #737492

Text Example


Text Example

White with #737492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737492; }

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

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

background-color css

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

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

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

border-color css

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

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

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