Html Css Color HEX #73749D Scampi

📋 copy color: '#73749D'

red 115 ◦ green 116 ◦ blue 157

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

Shades of Scampi #73749D

Tints of Scampi #73749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 29.64%
G = 29.9%
B = 40.46%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73749D (or 0x73749D) is known color: Scampi. HEX triplet: 73, 74 and 9D. RGB value is (115,116,157). Sum of RGB (Red+Green+Blue) = 115+116+157=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #73749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73749D is #8C8B62. Grayscale: #787878. Windows color (decimal): -9210723 or 10318963. OLE color: 10318963.

HSL color Cylindrical-coordinate representation of color #73749D: hue angle of 238.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73749D is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 116 157 -
CMYK 0.27 0.26 0 0.38
HSL 238.57º 0.18% 0.53% -
HSV(B) 238.57º 0.27% 0.62% -
XYZ 19.4 18.57 34.46 -
YUV 120.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 115 116 157 0.27 0.26 0 0.38 238.57 0.18 0.53
Hex 73 74 9D 1B 1A 0 26 EF 12 35
Octal 163 164 235 33 32 0 46 357 22 65
Binary 1110011 1110100 10011101 11011 11010 0 100110 11101111 10010 110101

Color Harmonies of #73749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73749D

Black with #73749D

Text Example


Text Example

White with #73749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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