Html Css Color HEX #755BA5 Scampi

📋 copy color: '#755BA5'

red 117 ◦ green 91 ◦ blue 165

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

Shades of Scampi #755BA5

Tints of Scampi #755BA5

RGB

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

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

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

R = 31.37%
G = 24.4%
B = 44.24%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#755BA5 (or 0x755BA5) is known color: Scampi. HEX triplet: 75, 5B and A5. RGB value is (117,91,165). Sum of RGB (Red+Green+Blue) = 117+91+165=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #755BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BA5 is #8AA45A. Grayscale: #6A6A6A. Windows color (decimal): -9086043 or 10836853. OLE color: 10836853.

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

Color convert

RGB 117 91 165 -
CMYK 0.29 0.45 0 0.35
HSL 261.08º 0.29% 0.5% -
HSV(B) 261.08º 0.45% 0.65% -
XYZ 17.87 13.98 37.35 -
YUV 107.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 117 91 165 0.29 0.45 0 0.35 261.08 0.29 0.5
Hex 75 5B A5 1D 2D 0 23 105 1D 32
Octal 165 133 245 35 55 0 43 405 35 62
Binary 1110101 1011011 10100101 11101 101101 0 100011 100000101 11101 110010

Color Harmonies of #755BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BA5

Black with #755BA5

Text Example


Text Example

White with #755BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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