Html Css Color HEX #716894 Scampi

📋 copy color: '#716894'

red 113 ◦ green 104 ◦ blue 148

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

Shades of Scampi #716894

Tints of Scampi #716894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 30.96%
G = 28.49%
B = 40.55%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716894 (or 0x716894) is known color: Scampi. HEX triplet: 71, 68 and 94. RGB value is (113,104,148). Sum of RGB (Red+Green+Blue) = 113+104+148=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #716894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716894 is #8E976B. Grayscale: #6F6F6F. Windows color (decimal): -9344876 or 9726065. OLE color: 9726065.

HSL color Cylindrical-coordinate representation of color #716894: hue angle of 252.27º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716894 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 104 148 -
CMYK 0.24 0.30 0 0.42
HSL 252.27º 0.17% 0.49% -
HSV(B) 252.27º 0.3% 0.58% -
XYZ 17.11 15.55 30.12 -
YUV 111.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 113 104 148 0.24 0.30 0 0.42 252.27 0.17 0.49
Hex 71 68 94 18 1E 0 2A FC 11 31
Octal 161 150 224 30 36 0 52 374 21 61
Binary 1110001 1101000 10010100 11000 11110 0 101010 11111100 10001 110001

Color Harmonies of #716894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716894

Black with #716894

Text Example


Text Example

White with #716894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716894; }

 p { color: rgb(113,104,148); }

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

background-color css

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

 a { background-color: rgb(113,104,148); }

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

border-color css

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

 span { border-color: rgb(113,104,148); }

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