Html Css Color HEX #757395 Scampi

📋 copy color: '#757395'

red 117 ◦ green 115 ◦ blue 149

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

Shades of Scampi #757395

Tints of Scampi #757395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 30.71%
G = 30.18%
B = 39.11%

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

#757395 (or 0x757395) is known color: Scampi. HEX triplet: 75, 73 and 95. RGB value is (117,115,149). Sum of RGB (Red+Green+Blue) = 117+115+149=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #757395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757395 is #8A8C6A. Grayscale: #777777. Windows color (decimal): -9079915 or 9794421. OLE color: 9794421.

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

Color convert

RGB 117 115 149 -
CMYK 0.21 0.23 0 0.42
HSL 243.53º 0.14% 0.52% -
HSV(B) 243.53º 0.23% 0.58% -
XYZ 18.89 18.21 30.95 -
YUV 119.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 117 115 149 0.21 0.23 0 0.42 243.53 0.14 0.52
Hex 75 73 95 15 17 0 2A F4 E 34
Octal 165 163 225 25 27 0 52 364 16 64
Binary 1110101 1110011 10010101 10101 10111 0 101010 11110100 1110 110100

Color Harmonies of #757395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757395

Black with #757395

Text Example


Text Example

White with #757395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757395; }

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

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

background-color css

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

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

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

border-color css

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

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

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