Html Css Color HEX #756FAB Scampi

📋 copy color: '#756FAB'

red 117 ◦ green 111 ◦ blue 171

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

Shades of Scampi #756FAB

Tints of Scampi #756FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.82%

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

R = 29.32%
G = 27.82%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#756FAB (or 0x756FAB) is known color: Scampi. HEX triplet: 75, 6F and AB. RGB value is (117,111,171). Sum of RGB (Red+Green+Blue) = 117+111+171=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #756FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FAB is #8A9054. Grayscale: #777777. Windows color (decimal): -9080917 or 11235189. OLE color: 11235189.

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

Color convert

RGB 117 111 171 -
CMYK 0.32 0.35 0 0.33
HSL 246º 0.26% 0.55% -
HSV(B) 246º 0.35% 0.67% -
XYZ 20.37 18.09 40.95 -
YUV 119.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 117 111 171 0.32 0.35 0 0.33 246 0.26 0.55
Hex 75 6F AB 20 23 0 21 F6 1A 37
Octal 165 157 253 40 43 0 41 366 32 67
Binary 1110101 1101111 10101011 100000 100011 0 100001 11110110 11010 110111

Color Harmonies of #756FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FAB

Black with #756FAB

Text Example


Text Example

White with #756FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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