Html Css Color HEX #756D9F Scampi

📋 copy color: '#756D9F'

red 117 ◦ green 109 ◦ blue 159

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

Shades of Scampi #756D9F

Tints of Scampi #756D9F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 30.39%
G = 28.31%
B = 41.3%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#756D9F (or 0x756D9F) is known color: Scampi. HEX triplet: 75, 6D and 9F. RGB value is (117,109,159). Sum of RGB (Red+Green+Blue) = 117+109+159=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #756D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D9F is #8A9260. Grayscale: #747474. Windows color (decimal): -9081441 or 10448245. OLE color: 10448245.

HSL color Cylindrical-coordinate representation of color #756D9F: hue angle of 249.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #756D9F is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 109 159 -
CMYK 0.26 0.31 0 0.38
HSL 249.6º 0.21% 0.53% -
HSV(B) 249.6º 0.31% 0.62% -
XYZ 19.06 17.22 35.12 -
YUV 117.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 117 109 159 0.26 0.31 0 0.38 249.6 0.21 0.53
Hex 75 6D 9F 1A 1F 0 26 FA 15 35
Octal 165 155 237 32 37 0 46 372 25 65
Binary 1110101 1101101 10011111 11010 11111 0 100110 11111010 10101 110101

Color Harmonies of #756D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D9F

Black with #756D9F

Text Example


Text Example

White with #756D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D9F; }

 p { color: rgb(117,109,159); }

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

background-color css

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

 a { background-color: rgb(117,109,159); }

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

border-color css

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

 span { border-color: rgb(117,109,159); }

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