Html Css Color HEX #755F9A Scampi

📋 copy color: '#755F9A'

red 117 ◦ green 95 ◦ blue 154

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

Shades of Scampi #755F9A

Tints of Scampi #755F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.08%

R = 31.97%
G = 25.96%
B = 42.08%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#755F9A (or 0x755F9A) is known color: Scampi. HEX triplet: 75, 5F and 9A. RGB value is (117,95,154). Sum of RGB (Red+Green+Blue) = 117+95+154=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #755F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F9A is #8AA065. Grayscale: #6C6C6C. Windows color (decimal): -9085030 or 10116981. OLE color: 10116981.

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

Color convert

RGB 117 95 154 -
CMYK 0.24 0.38 0 0.40
HSL 262.37º 0.24% 0.49% -
HSV(B) 262.37º 0.38% 0.6% -
XYZ 17.26 14.3 32.42 -
YUV 108.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 117 95 154 0.24 0.38 0 0.40 262.37 0.24 0.49
Hex 75 5F 9A 18 26 0 28 106 18 31
Octal 165 137 232 30 46 0 50 406 30 61
Binary 1110101 1011111 10011010 11000 100110 0 101000 100000110 11000 110001

Color Harmonies of #755F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F9A

Black with #755F9A

Text Example


Text Example

White with #755F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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