Html Css Color HEX #756E97 Scampi

📋 copy color: '#756E97'

red 117 ◦ green 110 ◦ blue 151

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

Shades of Scampi #756E97

Tints of Scampi #756E97

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 30.95%
G = 29.1%
B = 39.95%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#756E97 (or 0x756E97) is known color: Scampi. HEX triplet: 75, 6E and 97. RGB value is (117,110,151). Sum of RGB (Red+Green+Blue) = 117+110+151=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #756E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E97 is #8A9168. Grayscale: #747474. Windows color (decimal): -9081193 or 9924213. OLE color: 9924213.

HSL color Cylindrical-coordinate representation of color #756E97: hue angle of 250.24º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756E97 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 110 151 -
CMYK 0.23 0.27 0 0.41
HSL 250.24º 0.16% 0.51% -
HSV(B) 250.24º 0.27% 0.59% -
XYZ 18.5 17.17 31.62 -
YUV 116.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 117 110 151 0.23 0.27 0 0.41 250.24 0.16 0.51
Hex 75 6E 97 17 1B 0 29 FA 10 33
Octal 165 156 227 27 33 0 51 372 20 63
Binary 1110101 1101110 10010111 10111 11011 0 101001 11111010 10000 110011

Color Harmonies of #756E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E97

Black with #756E97

Text Example


Text Example

White with #756E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,151); }

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

background-color css

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

 a { background-color: rgb(117,110,151); }

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

border-color css

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

 span { border-color: rgb(117,110,151); }

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