Html Css Color HEX #756598 Scampi

📋 copy color: '#756598'

red 117 ◦ green 101 ◦ blue 152

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

Shades of Scampi #756598

Tints of Scampi #756598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 31.62%
G = 27.3%
B = 41.08%

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

#756598 (or 0x756598) is known color: Scampi. HEX triplet: 75, 65 and 98. RGB value is (117,101,152). Sum of RGB (Red+Green+Blue) = 117+101+152=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #756598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756598 is #8A9A67. Grayscale: #6F6F6F. Windows color (decimal): -9083496 or 9987445. OLE color: 9987445.

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

Color convert

RGB 117 101 152 -
CMYK 0.23 0.34 0 0.40
HSL 258.82º 0.2% 0.5% -
HSV(B) 258.82º 0.34% 0.6% -
XYZ 17.66 15.36 31.74 -
YUV 111.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 117 101 152 0.23 0.34 0 0.40 258.82 0.2 0.5
Hex 75 65 98 17 22 0 28 103 14 32
Octal 165 145 230 27 42 0 50 403 24 62
Binary 1110101 1100101 10011000 10111 100010 0 101000 100000011 10100 110010

Color Harmonies of #756598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756598

Black with #756598

Text Example


Text Example

White with #756598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756598; }

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

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

background-color css

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

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

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

border-color css

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

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

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