Html Css Color HEX #757498 Scampi

📋 copy color: '#757498'

red 117 ◦ green 116 ◦ blue 152

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

Shades of Scampi #757498

Tints of Scampi #757498

RGB

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

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

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

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

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#757498 (or 0x757498) is known color: Scampi. HEX triplet: 75, 74 and 98. RGB value is (117,116,152). Sum of RGB (Red+Green+Blue) = 117+116+152=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 116 (45.70% from 255 or 30.13% 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 #757498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757498 is #8A8B67. Grayscale: #787878. Windows color (decimal): -9079656 or 9991285. OLE color: 9991285.

HSL color Cylindrical-coordinate representation of color #757498: hue angle of 241.67º 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 #757498 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 116 152 -
CMYK 0.23 0.24 0 0.40
HSL 241.67º 0.15% 0.53% -
HSV(B) 241.67º 0.24% 0.6% -
XYZ 19.25 18.54 32.27 -
YUV 120.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 117 116 152 0.23 0.24 0 0.40 241.67 0.15 0.53
Hex 75 74 98 17 18 0 28 F2 F 35
Octal 165 164 230 27 30 0 50 362 17 65
Binary 1110101 1110100 10011000 10111 11000 0 101000 11110010 1111 110101

Color Harmonies of #757498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757498

Black with #757498

Text Example


Text Example

White with #757498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757498; }

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

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

background-color css

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

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

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

border-color css

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

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

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