Html Css Color HEX #756299 Scampi

📋 copy color: '#756299'

red 117 ◦ green 98 ◦ blue 153

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

Shades of Scampi #756299

Tints of Scampi #756299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.63%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 31.79%
G = 26.63%
B = 41.58%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#756299 (or 0x756299) is known color: Scampi. HEX triplet: 75, 62 and 99. RGB value is (117,98,153). Sum of RGB (Red+Green+Blue) = 117+98+153=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #756299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756299 is #8A9D66. Grayscale: #6D6D6D. Windows color (decimal): -9084263 or 10052213. OLE color: 10052213.

HSL color Cylindrical-coordinate representation of color #756299: hue angle of 260.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #756299 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 98 153 -
CMYK 0.24 0.36 0 0.4
HSL 260.73º 0.22% 0.49% -
HSV(B) 260.73º 0.36% 0.6% -
XYZ 17.45 14.82 32.08 -
YUV 109.95 152.29 133.03 -
System Red Green Blue C M Y K H S L
Decimal 117 98 153 0.24 0.36 0 0.4 260.73 0.22 0.49
Hex 75 62 99 18 24 0 28 105 16 31
Octal 165 142 231 30 44 0 50 405 26 61
Binary 1110101 1100010 10011001 11000 100100 0 101000 100000101 10110 110001

Color Harmonies of #756299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756299

Black with #756299

Text Example


Text Example

White with #756299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756299; }

 p { color: rgb(117,98,153); }

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

background-color css

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

 a { background-color: rgb(117,98,153); }

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

border-color css

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

 span { border-color: rgb(117,98,153); }

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