Html Css Color HEX #756AAF Scampi

📋 copy color: '#756AAF'

red 117 ◦ green 106 ◦ blue 175

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

Shades of Scampi #756AAF

Tints of Scampi #756AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 29.4%
G = 26.63%
B = 43.97%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#756AAF (or 0x756AAF) is known color: Scampi. HEX triplet: 75, 6A and AF. RGB value is (117,106,175). Sum of RGB (Red+Green+Blue) = 117+106+175=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #756AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AAF is #8A9550. Grayscale: #747474. Windows color (decimal): -9082193 or 11496053. OLE color: 11496053.

HSL color Cylindrical-coordinate representation of color #756AAF: hue angle of 249.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #756AAF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 106 175 -
CMYK 0.33 0.39 0 0.31
HSL 249.57º 0.3% 0.55% -
HSV(B) 249.57º 0.39% 0.69% -
XYZ 20.23 17.19 42.81 -
YUV 117.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 117 106 175 0.33 0.39 0 0.31 249.57 0.3 0.55
Hex 75 6A AF 21 27 0 1F FA 1E 37
Octal 165 152 257 41 47 0 37 372 36 67
Binary 1110101 1101010 10101111 100001 100111 0 11111 11111010 11110 110111

Color Harmonies of #756AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AAF

Black with #756AAF

Text Example


Text Example

White with #756AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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