Html Css Color HEX #756594 Scampi

📋 copy color: '#756594'

red 117 ◦ green 101 ◦ blue 148

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

Shades of Scampi #756594

Tints of Scampi #756594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

 BLUE value IS 148 (58.2% from 255) = 40.44%

R = 31.97%
G = 27.6%
B = 40.44%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756594 (or 0x756594) is known color: Scampi. HEX triplet: 75, 65 and 94. RGB value is (117,101,148). Sum of RGB (Red+Green+Blue) = 117+101+148=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #756594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756594 is #8A9A6B. Grayscale: #6E6E6E. Windows color (decimal): -9083500 or 9725301. OLE color: 9725301.

HSL color Cylindrical-coordinate representation of color #756594: hue angle of 260.43º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756594 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 101 148 -
CMYK 0.21 0.32 0 0.42
HSL 260.43º 0.19% 0.49% -
HSV(B) 260.43º 0.32% 0.58% -
XYZ 17.34 15.23 30.04 -
YUV 111.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 117 101 148 0.21 0.32 0 0.42 260.43 0.19 0.49
Hex 75 65 94 15 20 0 2A 104 13 31
Octal 165 145 224 25 40 0 52 404 23 61
Binary 1110101 1100101 10010100 10101 100000 0 101010 100000100 10011 110001

Color Harmonies of #756594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756594

Black with #756594

Text Example


Text Example

White with #756594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756594; }

 p { color: rgb(117,101,148); }

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

background-color css

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

 a { background-color: rgb(117,101,148); }

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

border-color css

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

 span { border-color: rgb(117,101,148); }

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