Html Css Color HEX #755EAB Scampi

📋 copy color: '#755EAB'

red 117 ◦ green 94 ◦ blue 171

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

Shades of Scampi #755EAB

Tints of Scampi #755EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

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

R = 30.63%
G = 24.61%
B = 44.76%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755EAB (or 0x755EAB) is known color: Scampi. HEX triplet: 75, 5E and AB. RGB value is (117,94,171). Sum of RGB (Red+Green+Blue) = 117+94+171=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #755EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EAB is #8AA154. Grayscale: #6D6D6D. Windows color (decimal): -9085269 or 11230837. OLE color: 11230837.

HSL color Cylindrical-coordinate representation of color #755EAB: hue angle of 257.92º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755EAB is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 94 171 -
CMYK 0.32 0.45 0 0.33
HSL 257.92º 0.31% 0.52% -
HSV(B) 257.92º 0.45% 0.67% -
XYZ 18.69 14.73 40.39 -
YUV 109.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 117 94 171 0.32 0.45 0 0.33 257.92 0.31 0.52
Hex 75 5E AB 20 2D 0 21 102 1F 34
Octal 165 136 253 40 55 0 41 402 37 64
Binary 1110101 1011110 10101011 100000 101101 0 100001 100000010 11111 110100

Color Harmonies of #755EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EAB

Black with #755EAB

Text Example


Text Example

White with #755EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755EAB; }

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

 H1.HeaderClassName
 {
   color: #755EAB;
 }
 .AnyTagClassName
 {
   color: #755EAB;
 }
</style>

background-color css

<style>
 a { background-color: #755EAB; }

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

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

border-color css

<style>
 span { border-color: #755EAB; }

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

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