Html Css Color HEX #756F97 Scampi

📋 copy color: '#756F97'

red 117 ◦ green 111 ◦ blue 151

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

Shades of Scampi #756F97

Tints of Scampi #756F97

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

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

R = 30.87%
G = 29.29%
B = 39.84%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#756F97 (or 0x756F97) is known color: Scampi. HEX triplet: 75, 6F and 97. RGB value is (117,111,151). Sum of RGB (Red+Green+Blue) = 117+111+151=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #756F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F97 is #8A9068. Grayscale: #757575. Windows color (decimal): -9080937 or 9924469. OLE color: 9924469.

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

Color convert

RGB 117 111 151 -
CMYK 0.23 0.26 0 0.41
HSL 249º 0.16% 0.51% -
HSV(B) 249º 0.26% 0.59% -
XYZ 18.61 17.39 31.65 -
YUV 117.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 117 111 151 0.23 0.26 0 0.41 249 0.16 0.51
Hex 75 6F 97 17 1A 0 29 F9 10 33
Octal 165 157 227 27 32 0 51 371 20 63
Binary 1110101 1101111 10010111 10111 11010 0 101001 11111001 10000 110011

Color Harmonies of #756F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F97

Black with #756F97

Text Example


Text Example

White with #756F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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