Html Css Color HEX #756495 Scampi

📋 copy color: '#756495'

red 117 ◦ green 100 ◦ blue 149

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

Shades of Scampi #756495

Tints of Scampi #756495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 31.97%
G = 27.32%
B = 40.71%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756495 (or 0x756495) is known color: Scampi. HEX triplet: 75, 64 and 95. RGB value is (117,100,149). Sum of RGB (Red+Green+Blue) = 117+100+149=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #756495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756495 is #8A9B6A. Grayscale: #6E6E6E. Windows color (decimal): -9083755 or 9790581. OLE color: 9790581.

HSL color Cylindrical-coordinate representation of color #756495: hue angle of 260.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756495 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 100 149 -
CMYK 0.21 0.33 0 0.42
HSL 260.82º 0.2% 0.49% -
HSV(B) 260.82º 0.33% 0.58% -
XYZ 17.32 15.07 30.43 -
YUV 110.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 117 100 149 0.21 0.33 0 0.42 260.82 0.2 0.49
Hex 75 64 95 15 21 0 2A 105 14 31
Octal 165 144 225 25 41 0 52 405 24 61
Binary 1110101 1100100 10010101 10101 100001 0 101010 100000101 10100 110001

Color Harmonies of #756495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756495

Black with #756495

Text Example


Text Example

White with #756495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756495; }

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

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

background-color css

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

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

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

border-color css

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

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

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