Html Css Color HEX #756BAE Scampi

📋 copy color: '#756BAE'

red 117 ◦ green 107 ◦ blue 174

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

Shades of Scampi #756BAE

Tints of Scampi #756BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.88%

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 29.4%
G = 26.88%
B = 43.72%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#756BAE (or 0x756BAE) is known color: Scampi. HEX triplet: 75, 6B and AE. RGB value is (117,107,174). Sum of RGB (Red+Green+Blue) = 117+107+174=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #756BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAE is #8A9451. Grayscale: #757575. Windows color (decimal): -9081938 or 11430773. OLE color: 11430773.

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

Color convert

RGB 117 107 174 -
CMYK 0.33 0.39 0 0.32
HSL 248.96º 0.29% 0.55% -
HSV(B) 248.96º 0.39% 0.68% -
XYZ 20.23 17.35 42.33 -
YUV 117.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 117 107 174 0.33 0.39 0 0.32 248.96 0.29 0.55
Hex 75 6B AE 21 27 0 20 F9 1D 37
Octal 165 153 256 41 47 0 40 371 35 67
Binary 1110101 1101011 10101110 100001 100111 0 100000 11111001 11101 110111

Color Harmonies of #756BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BAE

Black with #756BAE

Text Example


Text Example

White with #756BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,174); }

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

background-color css

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

 a { background-color: rgb(117,107,174); }

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

border-color css

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

 span { border-color: rgb(117,107,174); }

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