Html Css Color HEX #755F9B Scampi

📋 copy color: '#755F9B'

red 117 ◦ green 95 ◦ blue 155

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

Shades of Scampi #755F9B

Tints of Scampi #755F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 31.88%
G = 25.89%
B = 42.23%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#755F9B (or 0x755F9B) is known color: Scampi. HEX triplet: 75, 5F and 9B. RGB value is (117,95,155). Sum of RGB (Red+Green+Blue) = 117+95+155=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #755F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F9B is #8AA064. Grayscale: #6C6C6C. Windows color (decimal): -9085029 or 10182517. OLE color: 10182517.

HSL color Cylindrical-coordinate representation of color #755F9B: hue angle of 262º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755F9B is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 95 155 -
CMYK 0.25 0.39 0 0.39
HSL 262º 0.24% 0.49% -
HSV(B) 262º 0.39% 0.61% -
XYZ 17.34 14.33 32.86 -
YUV 108.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 117 95 155 0.25 0.39 0 0.39 262 0.24 0.49
Hex 75 5F 9B 19 27 0 27 106 18 31
Octal 165 137 233 31 47 0 47 406 30 61
Binary 1110101 1011111 10011011 11001 100111 0 100111 100000110 11000 110001

Color Harmonies of #755F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F9B

Black with #755F9B

Text Example


Text Example

White with #755F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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