Html Css Color HEX #756CA6 Scampi

📋 copy color: '#756CA6'

red 117 ◦ green 108 ◦ blue 166

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

Shades of Scampi #756CA6

Tints of Scampi #756CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

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

R = 29.92%
G = 27.62%
B = 42.46%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#756CA6 (or 0x756CA6) is known color: Scampi. HEX triplet: 75, 6C and A6. RGB value is (117,108,166). Sum of RGB (Red+Green+Blue) = 117+108+166=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 166 - color contains mainly: blue. Hex color #756CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CA6 is #8A9359. Grayscale: #757575. Windows color (decimal): -9081690 or 10906741. OLE color: 10906741.

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

Color convert

RGB 117 108 166 -
CMYK 0.30 0.35 0 0.35
HSL 249.31º 0.25% 0.54% -
HSV(B) 249.31º 0.35% 0.65% -
XYZ 19.58 17.26 38.38 -
YUV 117.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 117 108 166 0.30 0.35 0 0.35 249.31 0.25 0.54
Hex 75 6C A6 1E 23 0 23 F9 19 36
Octal 165 154 246 36 43 0 43 371 31 66
Binary 1110101 1101100 10100110 11110 100011 0 100011 11111001 11001 110110

Color Harmonies of #756CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CA6

Black with #756CA6

Text Example


Text Example

White with #756CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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