Html Css Color HEX #756FA6 Scampi

📋 copy color: '#756FA6'

red 117 ◦ green 111 ◦ blue 166

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

Shades of Scampi #756FA6

Tints of Scampi #756FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 29.7%
G = 28.17%
B = 42.13%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#756FA6 (or 0x756FA6) is known color: Scampi. HEX triplet: 75, 6F and A6. RGB value is (117,111,166). Sum of RGB (Red+Green+Blue) = 117+111+166=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #756FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FA6 is #8A9059. Grayscale: #767676. Windows color (decimal): -9080922 or 10907509. OLE color: 10907509.

HSL color Cylindrical-coordinate representation of color #756FA6: hue angle of 246.55º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756FA6 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 111 166 -
CMYK 0.30 0.33 0 0.35
HSL 246.55º 0.24% 0.54% -
HSV(B) 246.55º 0.33% 0.65% -
XYZ 19.9 17.9 38.48 -
YUV 119.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 117 111 166 0.30 0.33 0 0.35 246.55 0.24 0.54
Hex 75 6F A6 1E 21 0 23 F7 18 36
Octal 165 157 246 36 41 0 43 367 30 66
Binary 1110101 1101111 10100110 11110 100001 0 100011 11110111 11000 110110

Color Harmonies of #756FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FA6

Black with #756FA6

Text Example


Text Example

White with #756FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,111,166); }

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

background-color css

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

 a { background-color: rgb(117,111,166); }

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

border-color css

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

 span { border-color: rgb(117,111,166); }

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