Html Css Color HEX #756AAD Scampi

📋 copy color: '#756AAD'

red 117 ◦ green 106 ◦ blue 173

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

Shades of Scampi #756AAD

Tints of Scampi #756AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 29.55%
G = 26.77%
B = 43.69%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#756AAD (or 0x756AAD) is known color: Scampi. HEX triplet: 75, 6A and AD. RGB value is (117,106,173). Sum of RGB (Red+Green+Blue) = 117+106+173=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #756AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AAD is #8A9552. Grayscale: #747474. Windows color (decimal): -9082195 or 11364981. OLE color: 11364981.

HSL color Cylindrical-coordinate representation of color #756AAD: hue angle of 249.85º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #756AAD is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 106 173 -
CMYK 0.32 0.39 0 0.32
HSL 249.85º 0.29% 0.55% -
HSV(B) 249.85º 0.39% 0.68% -
XYZ 20.03 17.11 41.78 -
YUV 116.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 117 106 173 0.32 0.39 0 0.32 249.85 0.29 0.55
Hex 75 6A AD 20 27 0 20 FA 1D 37
Octal 165 152 255 40 47 0 40 372 35 67
Binary 1110101 1101010 10101101 100000 100111 0 100000 11111010 11101 110111

Color Harmonies of #756AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AAD

Black with #756AAD

Text Example


Text Example

White with #756AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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