Html Css Color HEX #75649B Scampi

📋 copy color: '#75649B'

red 117 ◦ green 100 ◦ blue 155

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

Shades of Scampi #75649B

Tints of Scampi #75649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 31.45%
G = 26.88%
B = 41.67%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75649B (or 0x75649B) is known color: Scampi. HEX triplet: 75, 64 and 9B. RGB value is (117,100,155). Sum of RGB (Red+Green+Blue) = 117+100+155=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #75649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75649B is #8A9B64. Grayscale: #6F6F6F. Windows color (decimal): -9083749 or 10183797. OLE color: 10183797.

HSL color Cylindrical-coordinate representation of color #75649B: hue angle of 258.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75649B is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 100 155 -
CMYK 0.25 0.35 0 0.39
HSL 258.55º 0.22% 0.5% -
HSV(B) 258.55º 0.35% 0.61% -
XYZ 17.81 15.26 33.02 -
YUV 111.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 117 100 155 0.25 0.35 0 0.39 258.55 0.22 0.5
Hex 75 64 9B 19 23 0 27 103 16 32
Octal 165 144 233 31 43 0 47 403 26 62
Binary 1110101 1100100 10011011 11001 100011 0 100111 100000011 10110 110010

Color Harmonies of #75649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75649B

Black with #75649B

Text Example


Text Example

White with #75649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75649B; }

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

 H1.HeaderClassName
 {
   color: #75649B;
 }
 .AnyTagClassName
 {
   color: #75649B;
 }
</style>

background-color css

<style>
 a { background-color: #75649B; }

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

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

border-color css

<style>
 span { border-color: #75649B; }

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

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