Html Css Color HEX #756AA9 Scampi

📋 copy color: '#756AA9'

red 117 ◦ green 106 ◦ blue 169

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

Shades of Scampi #756AA9

Tints of Scampi #756AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.11%

R = 29.85%
G = 27.04%
B = 43.11%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#756AA9 (or 0x756AA9) is known color: Scampi. HEX triplet: 75, 6A and A9. RGB value is (117,106,169). Sum of RGB (Red+Green+Blue) = 117+106+169=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #756AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AA9 is #8A9556. Grayscale: #747474. Windows color (decimal): -9082199 or 11102837. OLE color: 11102837.

HSL color Cylindrical-coordinate representation of color #756AA9: hue angle of 250.48º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756AA9 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 106 169 -
CMYK 0.31 0.37 0 0.34
HSL 250.48º 0.27% 0.54% -
HSV(B) 250.48º 0.37% 0.66% -
XYZ 19.65 16.95 39.77 -
YUV 116.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 117 106 169 0.31 0.37 0 0.34 250.48 0.27 0.54
Hex 75 6A A9 1F 25 0 22 FA 1B 36
Octal 165 152 251 37 45 0 42 372 33 66
Binary 1110101 1101010 10101001 11111 100101 0 100010 11111010 11011 110110

Color Harmonies of #756AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AA9

Black with #756AA9

Text Example


Text Example

White with #756AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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