Html Css Color HEX #726DA3 Scampi

📋 copy color: '#726DA3'

red 114 ◦ green 109 ◦ blue 163

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

Shades of Scampi #726DA3

Tints of Scampi #726DA3

RGB

 RED value IS 114 (44.92% from 255) = 29.53%

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

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

R = 29.53%
G = 28.24%
B = 42.23%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#726DA3 (or 0x726DA3) is known color: Scampi. HEX triplet: 72, 6D and A3. RGB value is (114,109,163). Sum of RGB (Red+Green+Blue) = 114+109+163=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #726DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726DA3 is #8D925C. Grayscale: #747474. Windows color (decimal): -9278045 or 10710386. OLE color: 10710386.

HSL color Cylindrical-coordinate representation of color #726DA3: hue angle of 245.56º 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 #726DA3 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 109 163 -
CMYK 0.30 0.33 0 0.36
HSL 245.56º 0.23% 0.53% -
HSV(B) 245.56º 0.33% 0.64% -
XYZ 19.02 17.16 36.96 -
YUV 116.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 114 109 163 0.30 0.33 0 0.36 245.56 0.23 0.53
Hex 72 6D A3 1E 21 0 24 F6 17 35
Octal 162 155 243 36 41 0 44 366 27 65
Binary 1110010 1101101 10100011 11110 100001 0 100100 11110110 10111 110101

Color Harmonies of #726DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DA3

Black with #726DA3

Text Example


Text Example

White with #726DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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