Html Css Color HEX #756CAF Scampi

📋 copy color: '#756CAF'

red 117 ◦ green 108 ◦ blue 175

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

Shades of Scampi #756CAF

Tints of Scampi #756CAF

RGB

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

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

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

R = 29.25%
G = 27%
B = 43.75%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#756CAF (or 0x756CAF) is known color: Scampi. HEX triplet: 75, 6C and AF. RGB value is (117,108,175). Sum of RGB (Red+Green+Blue) = 117+108+175=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #756CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CAF is #8A9350. Grayscale: #767676. Windows color (decimal): -9081681 or 11496565. OLE color: 11496565.

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

Color convert

RGB 117 108 175 -
CMYK 0.33 0.38 0 0.31
HSL 248.06º 0.3% 0.55% -
HSV(B) 248.06º 0.38% 0.69% -
XYZ 20.44 17.6 42.88 -
YUV 118.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 117 108 175 0.33 0.38 0 0.31 248.06 0.3 0.55
Hex 75 6C AF 21 26 0 1F F8 1E 37
Octal 165 154 257 41 46 0 37 370 36 67
Binary 1110101 1101100 10101111 100001 100110 0 11111 11111000 11110 110111

Color Harmonies of #756CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CAF

Black with #756CAF

Text Example


Text Example

White with #756CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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