Html Css Color HEX #716C93 Scampi

📋 copy color: '#716C93'

red 113 ◦ green 108 ◦ blue 147

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

Shades of Scampi #716C93

Tints of Scampi #716C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 30.71%
G = 29.35%
B = 39.95%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716C93 (or 0x716C93) is known color: Scampi. HEX triplet: 71, 6C and 93. RGB value is (113,108,147). Sum of RGB (Red+Green+Blue) = 113+108+147=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #716C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C93 is #8E936C. Grayscale: #717171. Windows color (decimal): -9343853 or 9661553. OLE color: 9661553.

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

Color convert

RGB 113 108 147 -
CMYK 0.23 0.27 0 0.42
HSL 247.69º 0.15% 0.5% -
HSV(B) 247.69º 0.27% 0.58% -
XYZ 17.44 16.34 29.84 -
YUV 113.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 113 108 147 0.23 0.27 0 0.42 247.69 0.15 0.5
Hex 71 6C 93 17 1B 0 2A F8 F 32
Octal 161 154 223 27 33 0 52 370 17 62
Binary 1110001 1101100 10010011 10111 11011 0 101010 11111000 1111 110010

Color Harmonies of #716C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716C93

Black with #716C93

Text Example


Text Example

White with #716C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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