Html Css Color HEX #716E9B Scampi

📋 copy color: '#716E9B'

red 113 ◦ green 110 ◦ blue 155

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

Shades of Scampi #716E9B

Tints of Scampi #716E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 29.89%
G = 29.1%
B = 41.01%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#716E9B (or 0x716E9B) is known color: Scampi. HEX triplet: 71, 6E and 9B. RGB value is (113,110,155). Sum of RGB (Red+Green+Blue) = 113+110+155=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #716E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E9B is #8E9164. Grayscale: #737373. Windows color (decimal): -9343333 or 10186353. OLE color: 10186353.

HSL color Cylindrical-coordinate representation of color #716E9B: hue angle of 244º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716E9B is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 110 155 -
CMYK 0.27 0.29 0 0.39
HSL 244º 0.18% 0.52% -
HSV(B) 244º 0.29% 0.61% -
XYZ 18.3 17.03 33.33 -
YUV 116.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 113 110 155 0.27 0.29 0 0.39 244 0.18 0.52
Hex 71 6E 9B 1B 1D 0 27 F4 12 34
Octal 161 156 233 33 35 0 47 364 22 64
Binary 1110001 1101110 10011011 11011 11101 0 100111 11110100 10010 110100

Color Harmonies of #716E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E9B

Black with #716E9B

Text Example


Text Example

White with #716E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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