Html Css Color HEX #756399 Scampi

📋 copy color: '#756399'

red 117 ◦ green 99 ◦ blue 153

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

Shades of Scampi #756399

Tints of Scampi #756399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 31.71%
G = 26.83%
B = 41.46%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#756399 (or 0x756399) is known color: Scampi. HEX triplet: 75, 63 and 99. RGB value is (117,99,153). Sum of RGB (Red+Green+Blue) = 117+99+153=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #756399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756399 is #8A9C66. Grayscale: #6E6E6E. Windows color (decimal): -9084007 or 10052469. OLE color: 10052469.

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

Color convert

RGB 117 99 153 -
CMYK 0.24 0.35 0 0.4
HSL 260º 0.21% 0.49% -
HSV(B) 260º 0.35% 0.6% -
XYZ 17.55 15.01 32.11 -
YUV 110.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 117 99 153 0.24 0.35 0 0.4 260 0.21 0.49
Hex 75 63 99 18 23 0 28 104 15 31
Octal 165 143 231 30 43 0 50 404 25 61
Binary 1110101 1100011 10011001 11000 100011 0 101000 100000100 10101 110001

Color Harmonies of #756399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756399

Black with #756399

Text Example


Text Example

White with #756399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756399; }

 p { color: rgb(117,99,153); }

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

background-color css

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

 a { background-color: rgb(117,99,153); }

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

border-color css

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

 span { border-color: rgb(117,99,153); }

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