Html Css Color HEX #755FA5 Scampi

📋 copy color: '#755FA5'

red 117 ◦ green 95 ◦ blue 165

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

Shades of Scampi #755FA5

Tints of Scampi #755FA5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

 BLUE value IS 165 (64.84% from 255) = 43.77%

R = 31.03%
G = 25.2%
B = 43.77%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#755FA5 (or 0x755FA5) is known color: Scampi. HEX triplet: 75, 5F and A5. RGB value is (117,95,165). Sum of RGB (Red+Green+Blue) = 117+95+165=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #755FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755FA5 is #8AA05A. Grayscale: #6D6D6D. Windows color (decimal): -9085019 or 10837877. OLE color: 10837877.

HSL color Cylindrical-coordinate representation of color #755FA5: hue angle of 258.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755FA5 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 95 165 -
CMYK 0.29 0.42 0 0.35
HSL 258.86º 0.28% 0.51% -
HSV(B) 258.86º 0.42% 0.65% -
XYZ 18.22 14.68 37.47 -
YUV 109.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 117 95 165 0.29 0.42 0 0.35 258.86 0.28 0.51
Hex 75 5F A5 1D 2A 0 23 103 1C 33
Octal 165 137 245 35 52 0 43 403 34 63
Binary 1110101 1011111 10100101 11101 101010 0 100011 100000011 11100 110011

Color Harmonies of #755FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FA5

Black with #755FA5

Text Example


Text Example

White with #755FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,165); }

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

background-color css

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

 a { background-color: rgb(117,95,165); }

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

border-color css

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

 span { border-color: rgb(117,95,165); }

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