Html Css Color HEX #757393 Scampi

📋 copy color: '#757393'

red 117 ◦ green 115 ◦ blue 147

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

Shades of Scampi #757393

Tints of Scampi #757393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

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

R = 30.87%
G = 30.34%
B = 38.79%

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

#757393 (or 0x757393) is known color: Scampi. HEX triplet: 75, 73 and 93. RGB value is (117,115,147). Sum of RGB (Red+Green+Blue) = 117+115+147=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #757393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757393 is #8A8C6C. Grayscale: #777777. Windows color (decimal): -9079917 or 9663349. OLE color: 9663349.

HSL color Cylindrical-coordinate representation of color #757393: hue angle of 243.75º 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 #757393 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 115 147 -
CMYK 0.20 0.22 0 0.42
HSL 243.75º 0.13% 0.51% -
HSV(B) 243.75º 0.22% 0.58% -
XYZ 18.73 18.15 30.12 -
YUV 119.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 117 115 147 0.20 0.22 0 0.42 243.75 0.13 0.51
Hex 75 73 93 14 16 0 2A F4 D 33
Octal 165 163 223 24 26 0 52 364 15 63
Binary 1110101 1110011 10010011 10100 10110 0 101010 11110100 1101 110011

Color Harmonies of #757393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757393

Black with #757393

Text Example


Text Example

White with #757393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757393; }

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

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

background-color css

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

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

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

border-color css

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

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

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