Html Css Color HEX #755DA3 Scampi

📋 copy color: '#755DA3'

red 117 ◦ green 93 ◦ blue 163

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

Shades of Scampi #755DA3

Tints of Scampi #755DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 163 (64.06% from 255) = 43.7%

R = 31.37%
G = 24.93%
B = 43.7%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#755DA3 (or 0x755DA3) is known color: Scampi. HEX triplet: 75, 5D and A3. RGB value is (117,93,163). Sum of RGB (Red+Green+Blue) = 117+93+163=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #755DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DA3 is #8AA25C. Grayscale: #6B6B6B. Windows color (decimal): -9085533 or 10706293. OLE color: 10706293.

HSL color Cylindrical-coordinate representation of color #755DA3: hue angle of 260.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755DA3 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 93 163 -
CMYK 0.28 0.43 0 0.36
HSL 260.57º 0.28% 0.5% -
HSV(B) 260.57º 0.43% 0.64% -
XYZ 17.86 14.25 36.46 -
YUV 108.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 117 93 163 0.28 0.43 0 0.36 260.57 0.28 0.5
Hex 75 5D A3 1C 2B 0 24 105 1C 32
Octal 165 135 243 34 53 0 44 405 34 62
Binary 1110101 1011101 10100011 11100 101011 0 100100 100000101 11100 110010

Color Harmonies of #755DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DA3

Black with #755DA3

Text Example


Text Example

White with #755DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,163); }

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

background-color css

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

 a { background-color: rgb(117,93,163); }

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

border-color css

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

 span { border-color: rgb(117,93,163); }

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