Html Css Color HEX #755BA9 Scampi

📋 copy color: '#755BA9'

red 117 ◦ green 91 ◦ blue 169

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

Shades of Scampi #755BA9

Tints of Scampi #755BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 31.03%
G = 24.14%
B = 44.83%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#755BA9 (or 0x755BA9) is known color: Scampi. HEX triplet: 75, 5B and A9. RGB value is (117,91,169). Sum of RGB (Red+Green+Blue) = 117+91+169=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #755BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BA9 is #8AA456. Grayscale: #6B6B6B. Windows color (decimal): -9086039 or 11098997. OLE color: 11098997.

HSL color Cylindrical-coordinate representation of color #755BA9: hue angle of 260º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755BA9 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 91 169 -
CMYK 0.31 0.46 0 0.34
HSL 260º 0.31% 0.51% -
HSV(B) 260º 0.46% 0.66% -
XYZ 18.24 14.13 39.3 -
YUV 107.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 117 91 169 0.31 0.46 0 0.34 260 0.31 0.51
Hex 75 5B A9 1F 2E 0 22 104 1F 33
Octal 165 133 251 37 56 0 42 404 37 63
Binary 1110101 1011011 10101001 11111 101110 0 100010 100000100 11111 110011

Color Harmonies of #755BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BA9

Black with #755BA9

Text Example


Text Example

White with #755BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,169); }

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

background-color css

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

 a { background-color: rgb(117,91,169); }

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

border-color css

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

 span { border-color: rgb(117,91,169); }

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