Html Css Color HEX #756398 Scampi

📋 copy color: '#756398'

red 117 ◦ green 99 ◦ blue 152

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

Shades of Scampi #756398

Tints of Scampi #756398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

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

R = 31.79%
G = 26.9%
B = 41.3%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#756398 (or 0x756398) is known color: Scampi. HEX triplet: 75, 63 and 98. RGB value is (117,99,152). Sum of RGB (Red+Green+Blue) = 117+99+152=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #756398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756398 is #8A9C67. Grayscale: #6E6E6E. Windows color (decimal): -9084008 or 9986933. OLE color: 9986933.

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

Color convert

RGB 117 99 152 -
CMYK 0.23 0.35 0 0.40
HSL 260.38º 0.21% 0.49% -
HSV(B) 260.38º 0.35% 0.6% -
XYZ 17.47 14.97 31.68 -
YUV 110.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 117 99 152 0.23 0.35 0 0.40 260.38 0.21 0.49
Hex 75 63 98 17 23 0 28 104 15 31
Octal 165 143 230 27 43 0 50 404 25 61
Binary 1110101 1100011 10011000 10111 100011 0 101000 100000100 10101 110001

Color Harmonies of #756398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756398

Black with #756398

Text Example


Text Example

White with #756398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756398; }

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

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

background-color css

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

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

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

border-color css

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

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

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