Html Css Color HEX #756BAB Scampi

📋 copy color: '#756BAB'

red 117 ◦ green 107 ◦ blue 171

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

Shades of Scampi #756BAB

Tints of Scampi #756BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 29.62%
G = 27.09%
B = 43.29%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#756BAB (or 0x756BAB) is known color: Scampi. HEX triplet: 75, 6B and AB. RGB value is (117,107,171). Sum of RGB (Red+Green+Blue) = 117+107+171=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #756BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAB is #8A9454. Grayscale: #757575. Windows color (decimal): -9081941 or 11234165. OLE color: 11234165.

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

Color convert

RGB 117 107 171 -
CMYK 0.32 0.37 0 0.33
HSL 249.38º 0.28% 0.55% -
HSV(B) 249.38º 0.37% 0.67% -
XYZ 19.94 17.24 40.8 -
YUV 117.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 117 107 171 0.32 0.37 0 0.33 249.38 0.28 0.55
Hex 75 6B AB 20 25 0 21 F9 1C 37
Octal 165 153 253 40 45 0 41 371 34 67
Binary 1110101 1101011 10101011 100000 100101 0 100001 11111001 11100 110111

Color Harmonies of #756BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BAB

Black with #756BAB

Text Example


Text Example

White with #756BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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