Html Css Color HEX #716DA3 Scampi

📋 copy color: '#716DA3'

red 113 ◦ green 109 ◦ blue 163

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

Shades of Scampi #716DA3

Tints of Scampi #716DA3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 163 (64.06% from 255) = 42.34%

R = 29.35%
G = 28.31%
B = 42.34%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#716DA3 (or 0x716DA3) is known color: Scampi. HEX triplet: 71, 6D and A3. RGB value is (113,109,163). Sum of RGB (Red+Green+Blue) = 113+109+163=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #716DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716DA3 is #8E925C. Grayscale: #747474. Windows color (decimal): -9343581 or 10710385. OLE color: 10710385.

HSL color Cylindrical-coordinate representation of color #716DA3: hue angle of 244.44º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716DA3 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 109 163 -
CMYK 0.31 0.33 0 0.36
HSL 244.44º 0.23% 0.53% -
HSV(B) 244.44º 0.33% 0.64% -
XYZ 18.89 17.09 36.95 -
YUV 116.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 113 109 163 0.31 0.33 0 0.36 244.44 0.23 0.53
Hex 71 6D A3 1F 21 0 24 F4 17 35
Octal 161 155 243 37 41 0 44 364 27 65
Binary 1110001 1101101 10100011 11111 100001 0 100100 11110100 10111 110101

Color Harmonies of #716DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DA3

Black with #716DA3

Text Example


Text Example

White with #716DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,163); }

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

background-color css

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

 a { background-color: rgb(113,109,163); }

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

border-color css

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

 span { border-color: rgb(113,109,163); }

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