Html Css Color HEX #716E93 Scampi

📋 copy color: '#716E93'

red 113 ◦ green 110 ◦ blue 147

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

Shades of Scampi #716E93

Tints of Scampi #716E93

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 30.54%
G = 29.73%
B = 39.73%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716E93 (or 0x716E93) is known color: Scampi. HEX triplet: 71, 6E and 93. RGB value is (113,110,147). Sum of RGB (Red+Green+Blue) = 113+110+147=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #716E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E93 is #8E916C. Grayscale: #727272. Windows color (decimal): -9343341 or 9662065. OLE color: 9662065.

HSL color Cylindrical-coordinate representation of color #716E93: hue angle of 244.86º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716E93 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 110 147 -
CMYK 0.23 0.25 0 0.42
HSL 244.86º 0.15% 0.5% -
HSV(B) 244.86º 0.25% 0.58% -
XYZ 17.65 16.77 29.91 -
YUV 115.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 113 110 147 0.23 0.25 0 0.42 244.86 0.15 0.5
Hex 71 6E 93 17 19 0 2A F5 F 32
Octal 161 156 223 27 31 0 52 365 17 62
Binary 1110001 1101110 10010011 10111 11001 0 101010 11110101 1111 110010

Color Harmonies of #716E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E93

Black with #716E93

Text Example


Text Example

White with #716E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E93; }

 p { color: rgb(113,110,147); }

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

background-color css

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

 a { background-color: rgb(113,110,147); }

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

border-color css

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

 span { border-color: rgb(113,110,147); }

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