Html Css Color HEX #747598 Scampi

📋 copy color: '#747598'

red 116 ◦ green 117 ◦ blue 152

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

Shades of Scampi #747598

Tints of Scampi #747598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 30.13%
G = 30.39%
B = 39.48%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#747598 (or 0x747598) is known color: Scampi. HEX triplet: 74, 75 and 98. RGB value is (116,117,152). Sum of RGB (Red+Green+Blue) = 116+117+152=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #747598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747598 is #8B8A67. Grayscale: #787878. Windows color (decimal): -9144936 or 9991540. OLE color: 9991540.

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

Color convert

RGB 116 117 152 -
CMYK 0.24 0.23 0 0.40
HSL 238.33º 0.15% 0.53% -
HSV(B) 238.33º 0.24% 0.6% -
XYZ 19.23 18.7 32.3 -
YUV 120.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 116 117 152 0.24 0.23 0 0.40 238.33 0.15 0.53
Hex 74 75 98 18 17 0 28 EE F 35
Octal 164 165 230 30 27 0 50 356 17 65
Binary 1110100 1110101 10011000 11000 10111 0 101000 11101110 1111 110101

Color Harmonies of #747598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747598

Black with #747598

Text Example


Text Example

White with #747598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747598; }

 p { color: rgb(116,117,152); }

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

background-color css

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

 a { background-color: rgb(116,117,152); }

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

border-color css

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

 span { border-color: rgb(116,117,152); }

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