Html Css Color HEX #716798 Scampi

📋 copy color: '#716798'

red 113 ◦ green 103 ◦ blue 152

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

Shades of Scampi #716798

Tints of Scampi #716798

RGB

 RED value IS 113 (44.53% from 255) = 30.71%

 GREEN value IS 103 (40.63% from 255) = 27.99%

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

R = 30.71%
G = 27.99%
B = 41.3%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#716798 (or 0x716798) is known color: Scampi. HEX triplet: 71, 67 and 98. RGB value is (113,103,152). Sum of RGB (Red+Green+Blue) = 113+103+152=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 103 (40.62% from 255 or 27.99% 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 #716798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716798 is #8E9867. Grayscale: #6F6F6F. Windows color (decimal): -9345128 or 9987953. OLE color: 9987953.

HSL color Cylindrical-coordinate representation of color #716798: hue angle of 252.24º 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 #716798 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 103 152 -
CMYK 0.26 0.32 0 0.40
HSL 252.24º 0.19% 0.5% -
HSV(B) 252.24º 0.32% 0.6% -
XYZ 17.33 15.48 31.78 -
YUV 111.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 113 103 152 0.26 0.32 0 0.40 252.24 0.19 0.5
Hex 71 67 98 1A 20 0 28 FC 13 32
Octal 161 147 230 32 40 0 50 374 23 62
Binary 1110001 1100111 10011000 11010 100000 0 101000 11111100 10011 110010

Color Harmonies of #716798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716798

Black with #716798

Text Example


Text Example

White with #716798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716798; }

 p { color: rgb(113,103,152); }

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

background-color css

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

 a { background-color: rgb(113,103,152); }

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

border-color css

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

 span { border-color: rgb(113,103,152); }

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