Html Css Color HEX #756497 Scampi

📋 copy color: '#756497'

red 117 ◦ green 100 ◦ blue 151

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

Shades of Scampi #756497

Tints of Scampi #756497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 31.79%
G = 27.17%
B = 41.03%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#756497 (or 0x756497) is known color: Scampi. HEX triplet: 75, 64 and 97. RGB value is (117,100,151). Sum of RGB (Red+Green+Blue) = 117+100+151=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #756497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756497 is #8A9B68. Grayscale: #6E6E6E. Windows color (decimal): -9083753 or 9921653. OLE color: 9921653.

HSL color Cylindrical-coordinate representation of color #756497: hue angle of 260º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756497 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 100 151 -
CMYK 0.23 0.34 0 0.41
HSL 260º 0.2% 0.49% -
HSV(B) 260º 0.34% 0.59% -
XYZ 17.48 15.13 31.28 -
YUV 110.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 117 100 151 0.23 0.34 0 0.41 260 0.2 0.49
Hex 75 64 97 17 22 0 29 104 14 31
Octal 165 144 227 27 42 0 51 404 24 61
Binary 1110101 1100100 10010111 10111 100010 0 101001 100000100 10100 110001

Color Harmonies of #756497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756497

Black with #756497

Text Example


Text Example

White with #756497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756497; }

 p { color: rgb(117,100,151); }

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

background-color css

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

 a { background-color: rgb(117,100,151); }

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

border-color css

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

 span { border-color: rgb(117,100,151); }

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