Html Css Color HEX #716B96 Scampi

📋 copy color: '#716B96'

red 113 ◦ green 107 ◦ blue 150

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

Shades of Scampi #716B96

Tints of Scampi #716B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.54%

R = 30.54%
G = 28.92%
B = 40.54%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#716B96 (or 0x716B96) is known color: Scampi. HEX triplet: 71, 6B and 96. RGB value is (113,107,150). Sum of RGB (Red+Green+Blue) = 113+107+150=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #716B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B96 is #8E9469. Grayscale: #717171. Windows color (decimal): -9344106 or 9857905. OLE color: 9857905.

HSL color Cylindrical-coordinate representation of color #716B96: hue angle of 248.37º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716B96 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 107 150 -
CMYK 0.25 0.29 0 0.41
HSL 248.37º 0.17% 0.5% -
HSV(B) 248.37º 0.29% 0.59% -
XYZ 17.57 16.23 31.06 -
YUV 113.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 113 107 150 0.25 0.29 0 0.41 248.37 0.17 0.5
Hex 71 6B 96 19 1D 0 29 F8 11 32
Octal 161 153 226 31 35 0 51 370 21 62
Binary 1110001 1101011 10010110 11001 11101 0 101001 11111000 10001 110010

Color Harmonies of #716B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B96

Black with #716B96

Text Example


Text Example

White with #716B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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