Html Css Color HEX #757294 Scampi

📋 copy color: '#757294'

red 117 ◦ green 114 ◦ blue 148

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

Shades of Scampi #757294

Tints of Scampi #757294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

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

R = 30.87%
G = 30.08%
B = 39.05%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757294 (or 0x757294) is known color: Scampi. HEX triplet: 75, 72 and 94. RGB value is (117,114,148). Sum of RGB (Red+Green+Blue) = 117+114+148=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #757294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757294 is #8A8D6B. Grayscale: #767676. Windows color (decimal): -9080172 or 9728629. OLE color: 9728629.

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

Color convert

RGB 117 114 148 -
CMYK 0.21 0.23 0 0.42
HSL 245.29º 0.14% 0.51% -
HSV(B) 245.29º 0.23% 0.58% -
XYZ 18.7 17.95 30.5 -
YUV 118.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 117 114 148 0.21 0.23 0 0.42 245.29 0.14 0.51
Hex 75 72 94 15 17 0 2A F5 E 33
Octal 165 162 224 25 27 0 52 365 16 63
Binary 1110101 1110010 10010100 10101 10111 0 101010 11110101 1110 110011

Color Harmonies of #757294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757294

Black with #757294

Text Example


Text Example

White with #757294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757294; }

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

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

background-color css

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

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

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

border-color css

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

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

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