Html Css Color HEX #756DAB Scampi

📋 copy color: '#756DAB'

red 117 ◦ green 109 ◦ blue 171

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

Shades of Scampi #756DAB

Tints of Scampi #756DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

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

R = 29.47%
G = 27.46%
B = 43.07%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#756DAB (or 0x756DAB) is known color: Scampi. HEX triplet: 75, 6D and AB. RGB value is (117,109,171). Sum of RGB (Red+Green+Blue) = 117+109+171=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #756DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DAB is #8A9254. Grayscale: #767676. Windows color (decimal): -9081429 or 11234677. OLE color: 11234677.

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

Color convert

RGB 117 109 171 -
CMYK 0.32 0.36 0 0.33
HSL 247.74º 0.27% 0.55% -
HSV(B) 247.74º 0.36% 0.67% -
XYZ 20.16 17.66 40.87 -
YUV 118.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 117 109 171 0.32 0.36 0 0.33 247.74 0.27 0.55
Hex 75 6D AB 20 24 0 21 F8 1B 37
Octal 165 155 253 40 44 0 41 370 33 67
Binary 1110101 1101101 10101011 100000 100100 0 100001 11111000 11011 110111

Color Harmonies of #756DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DAB

Black with #756DAB

Text Example


Text Example

White with #756DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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