Html Css Color HEX #756A94 Scampi

📋 copy color: '#756A94'

red 117 ◦ green 106 ◦ blue 148

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

Shades of Scampi #756A94

Tints of Scampi #756A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 31.54%
G = 28.57%
B = 39.89%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756A94 (or 0x756A94) is known color: Scampi. HEX triplet: 75, 6A and 94. RGB value is (117,106,148). Sum of RGB (Red+Green+Blue) = 117+106+148=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #756A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A94 is #8A956B. Grayscale: #717171. Windows color (decimal): -9082220 or 9726581. OLE color: 9726581.

HSL color Cylindrical-coordinate representation of color #756A94: hue angle of 255.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756A94 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 106 148 -
CMYK 0.21 0.28 0 0.42
HSL 255.71º 0.17% 0.5% -
HSV(B) 255.71º 0.28% 0.58% -
XYZ 17.84 16.23 30.21 -
YUV 114.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 117 106 148 0.21 0.28 0 0.42 255.71 0.17 0.5
Hex 75 6A 94 15 1C 0 2A 100 11 32
Octal 165 152 224 25 34 0 52 400 21 62
Binary 1110101 1101010 10010100 10101 11100 0 101010 100000000 10001 110010

Color Harmonies of #756A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A94

Black with #756A94

Text Example


Text Example

White with #756A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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