Html Css Color HEX #756CA5 Scampi

📋 copy color: '#756CA5'

red 117 ◦ green 108 ◦ blue 165

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

Shades of Scampi #756CA5

Tints of Scampi #756CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 30%
G = 27.69%
B = 42.31%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#756CA5 (or 0x756CA5) is known color: Scampi. HEX triplet: 75, 6C and A5. RGB value is (117,108,165). Sum of RGB (Red+Green+Blue) = 117+108+165=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #756CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CA5 is #8A935A. Grayscale: #747474. Windows color (decimal): -9081691 or 10841205. OLE color: 10841205.

HSL color Cylindrical-coordinate representation of color #756CA5: hue angle of 249.47º degrees, saturation: 0.24, 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 #756CA5 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 108 165 -
CMYK 0.29 0.35 0 0.35
HSL 249.47º 0.24% 0.54% -
HSV(B) 249.47º 0.35% 0.65% -
XYZ 19.49 17.22 37.89 -
YUV 117.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 117 108 165 0.29 0.35 0 0.35 249.47 0.24 0.54
Hex 75 6C A5 1D 23 0 23 F9 18 36
Octal 165 154 245 35 43 0 43 371 30 66
Binary 1110101 1101100 10100101 11101 100011 0 100011 11111001 11000 110110

Color Harmonies of #756CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CA5

Black with #756CA5

Text Example


Text Example

White with #756CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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