Html Css Color HEX #756E98 Scampi

📋 copy color: '#756E98'

red 117 ◦ green 110 ◦ blue 152

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

Shades of Scampi #756E98

Tints of Scampi #756E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 30.87%
G = 29.02%
B = 40.11%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#756E98 (or 0x756E98) is known color: Scampi. HEX triplet: 75, 6E and 98. RGB value is (117,110,152). Sum of RGB (Red+Green+Blue) = 117+110+152=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #756E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E98 is #8A9167. Grayscale: #747474. Windows color (decimal): -9081192 or 9989749. OLE color: 9989749.

HSL color Cylindrical-coordinate representation of color #756E98: hue angle of 250º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756E98 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 110 152 -
CMYK 0.23 0.28 0 0.40
HSL 250º 0.17% 0.51% -
HSV(B) 250º 0.28% 0.6% -
XYZ 18.58 17.2 32.05 -
YUV 116.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 117 110 152 0.23 0.28 0 0.40 250 0.17 0.51
Hex 75 6E 98 17 1C 0 28 FA 11 33
Octal 165 156 230 27 34 0 50 372 21 63
Binary 1110101 1101110 10011000 10111 11100 0 101000 11111010 10001 110011

Color Harmonies of #756E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E98

Black with #756E98

Text Example


Text Example

White with #756E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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