Html Css Color HEX #756898 Scampi

📋 copy color: '#756898'

red 117 ◦ green 104 ◦ blue 152

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

Shades of Scampi #756898

Tints of Scampi #756898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

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

R = 31.37%
G = 27.88%
B = 40.75%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#756898 (or 0x756898) is known color: Scampi. HEX triplet: 75, 68 and 98. RGB value is (117,104,152). Sum of RGB (Red+Green+Blue) = 117+104+152=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #756898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756898 is #8A9767. Grayscale: #717171. Windows color (decimal): -9082728 or 9988213. OLE color: 9988213.

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

Color convert

RGB 117 104 152 -
CMYK 0.23 0.32 0 0.40
HSL 256.25º 0.19% 0.5% -
HSV(B) 256.25º 0.32% 0.6% -
XYZ 17.95 15.95 31.84 -
YUV 113.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 117 104 152 0.23 0.32 0 0.40 256.25 0.19 0.5
Hex 75 68 98 17 20 0 28 100 13 32
Octal 165 150 230 27 40 0 50 400 23 62
Binary 1110101 1101000 10011000 10111 100000 0 101000 100000000 10011 110010

Color Harmonies of #756898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756898

Black with #756898

Text Example


Text Example

White with #756898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756898; }

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

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

background-color css

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

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

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

border-color css

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

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

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