Html Css Color HEX #757293 Scampi

📋 copy color: '#757293'

red 117 ◦ green 114 ◦ blue 147

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

Shades of Scampi #757293

Tints of Scampi #757293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 30.95%
G = 30.16%
B = 38.89%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#757293 (or 0x757293) is known color: Scampi. HEX triplet: 75, 72 and 93. RGB value is (117,114,147). Sum of RGB (Red+Green+Blue) = 117+114+147=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #757293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757293 is #8A8D6C. Grayscale: #767676. Windows color (decimal): -9080173 or 9663093. OLE color: 9663093.

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

Color convert

RGB 117 114 147 -
CMYK 0.20 0.22 0 0.42
HSL 245.45º 0.13% 0.51% -
HSV(B) 245.45º 0.22% 0.58% -
XYZ 18.62 17.92 30.08 -
YUV 118.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 117 114 147 0.20 0.22 0 0.42 245.45 0.13 0.51
Hex 75 72 93 14 16 0 2A F5 D 33
Octal 165 162 223 24 26 0 52 365 15 63
Binary 1110101 1110010 10010011 10100 10110 0 101010 11110101 1101 110011

Color Harmonies of #757293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757293

Black with #757293

Text Example


Text Example

White with #757293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757293; }

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

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

background-color css

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

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

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

border-color css

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

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

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