Html Css Color HEX #756A93 Scampi

📋 copy color: '#756A93'

red 117 ◦ green 106 ◦ blue 147

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

Shades of Scampi #756A93

Tints of Scampi #756A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 31.62%
G = 28.65%
B = 39.73%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756A93 (or 0x756A93) is known color: Scampi. HEX triplet: 75, 6A and 93. RGB value is (117,106,147). Sum of RGB (Red+Green+Blue) = 117+106+147=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #756A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A93 is #8A956C. Grayscale: #717171. Windows color (decimal): -9082221 or 9661045. OLE color: 9661045.

HSL color Cylindrical-coordinate representation of color #756A93: hue angle of 256.1º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756A93 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 106 147 -
CMYK 0.20 0.28 0 0.42
HSL 256.1º 0.16% 0.5% -
HSV(B) 256.1º 0.28% 0.58% -
XYZ 17.76 16.2 29.79 -
YUV 113.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 117 106 147 0.20 0.28 0 0.42 256.1 0.16 0.5
Hex 75 6A 93 14 1C 0 2A 100 10 32
Octal 165 152 223 24 34 0 52 400 20 62
Binary 1110101 1101010 10010011 10100 11100 0 101010 100000000 10000 110010

Color Harmonies of #756A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A93

Black with #756A93

Text Example


Text Example

White with #756A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,147); }

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

background-color css

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

 a { background-color: rgb(117,106,147); }

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

border-color css

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

 span { border-color: rgb(117,106,147); }

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