Html Css Color HEX #756DAC Scampi

📋 copy color: '#756DAC'

red 117 ◦ green 109 ◦ blue 172

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

Shades of Scampi #756DAC

Tints of Scampi #756DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 29.4%
G = 27.39%
B = 43.22%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#756DAC (or 0x756DAC) is known color: Scampi. HEX triplet: 75, 6D and AC. RGB value is (117,109,172). Sum of RGB (Red+Green+Blue) = 117+109+172=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #756DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DAC is #8A9253. Grayscale: #767676. Windows color (decimal): -9081428 or 11300213. OLE color: 11300213.

HSL color Cylindrical-coordinate representation of color #756DAC: hue angle of 247.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756DAC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 109 172 -
CMYK 0.32 0.37 0 0.33
HSL 247.62º 0.28% 0.55% -
HSV(B) 247.62º 0.37% 0.67% -
XYZ 20.25 17.7 41.38 -
YUV 118.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 117 109 172 0.32 0.37 0 0.33 247.62 0.28 0.55
Hex 75 6D AC 20 25 0 21 F8 1C 37
Octal 165 155 254 40 45 0 41 370 34 67
Binary 1110101 1101101 10101100 100000 100101 0 100001 11111000 11100 110111

Color Harmonies of #756DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DAC

Black with #756DAC

Text Example


Text Example

White with #756DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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