Html Css Color HEX #716B94 Scampi

📋 copy color: '#716B94'

red 113 ◦ green 107 ◦ blue 148

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

Shades of Scampi #716B94

Tints of Scampi #716B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

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

R = 30.71%
G = 29.08%
B = 40.22%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716B94 (or 0x716B94) is known color: Scampi. HEX triplet: 71, 6B and 94. RGB value is (113,107,148). Sum of RGB (Red+Green+Blue) = 113+107+148=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #716B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B94 is #8E946B. Grayscale: #717171. Windows color (decimal): -9344108 or 9726833. OLE color: 9726833.

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

Color convert

RGB 113 107 148 -
CMYK 0.24 0.28 0 0.42
HSL 248.78º 0.16% 0.5% -
HSV(B) 248.78º 0.28% 0.58% -
XYZ 17.41 16.16 30.22 -
YUV 113.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 113 107 148 0.24 0.28 0 0.42 248.78 0.16 0.5
Hex 71 6B 94 18 1C 0 2A F9 10 32
Octal 161 153 224 30 34 0 52 371 20 62
Binary 1110001 1101011 10010100 11000 11100 0 101010 11111001 10000 110010

Color Harmonies of #716B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B94

Black with #716B94

Text Example


Text Example

White with #716B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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