Html Css Color HEX #756498 Scampi

📋 copy color: '#756498'

red 117 ◦ green 100 ◦ blue 152

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

Shades of Scampi #756498

Tints of Scampi #756498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

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

R = 31.71%
G = 27.1%
B = 41.19%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#756498 (or 0x756498) is known color: Scampi. HEX triplet: 75, 64 and 98. RGB value is (117,100,152). Sum of RGB (Red+Green+Blue) = 117+100+152=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #756498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756498 is #8A9B67. Grayscale: #6E6E6E. Windows color (decimal): -9083752 or 9987189. OLE color: 9987189.

HSL color Cylindrical-coordinate representation of color #756498: hue angle of 259.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756498 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 100 152 -
CMYK 0.23 0.34 0 0.40
HSL 259.62º 0.21% 0.49% -
HSV(B) 259.62º 0.34% 0.6% -
XYZ 17.56 15.16 31.71 -
YUV 111.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 117 100 152 0.23 0.34 0 0.40 259.62 0.21 0.49
Hex 75 64 98 17 22 0 28 104 15 31
Octal 165 144 230 27 42 0 50 404 25 61
Binary 1110101 1100100 10011000 10111 100010 0 101000 100000100 10101 110001

Color Harmonies of #756498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756498

Black with #756498

Text Example


Text Example

White with #756498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756498; }

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

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

background-color css

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

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

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

border-color css

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

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

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