Html Css Color HEX #747399 Scampi

📋 copy color: '#747399'

red 116 ◦ green 115 ◦ blue 153

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

Shades of Scampi #747399

Tints of Scampi #747399

RGB

 RED value IS 116 (45.7% from 255) = 30.21%

 GREEN value IS 115 (45.31% from 255) = 29.95%

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 30.21%
G = 29.95%
B = 39.84%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#747399 (or 0x747399) is known color: Scampi. HEX triplet: 74, 73 and 99. RGB value is (116,115,153). Sum of RGB (Red+Green+Blue) = 116+115+153=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #747399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747399 is #8B8C66. Grayscale: #777777. Windows color (decimal): -9145447 or 10056564. OLE color: 10056564.

HSL color Cylindrical-coordinate representation of color #747399: hue angle of 241.58º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #747399 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 115 153 -
CMYK 0.24 0.25 0 0.4
HSL 241.58º 0.16% 0.53% -
HSV(B) 241.58º 0.25% 0.6% -
XYZ 19.08 18.27 32.66 -
YUV 119.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 116 115 153 0.24 0.25 0 0.4 241.58 0.16 0.53
Hex 74 73 99 18 19 0 28 F2 10 35
Octal 164 163 231 30 31 0 50 362 20 65
Binary 1110100 1110011 10011001 11000 11001 0 101000 11110010 10000 110101

Color Harmonies of #747399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747399

Black with #747399

Text Example


Text Example

White with #747399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747399; }

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

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

background-color css

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

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

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

border-color css

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

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

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