Html Css Color HEX #726FA3 Scampi

📋 copy color: '#726FA3'

red 114 ◦ green 111 ◦ blue 163

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

Shades of Scampi #726FA3

Tints of Scampi #726FA3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

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

R = 29.38%
G = 28.61%
B = 42.01%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#726FA3 (or 0x726FA3) is known color: Scampi. HEX triplet: 72, 6F and A3. RGB value is (114,111,163). Sum of RGB (Red+Green+Blue) = 114+111+163=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #726FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FA3 is #8D905C. Grayscale: #757575. Windows color (decimal): -9277533 or 10710898. OLE color: 10710898.

HSL color Cylindrical-coordinate representation of color #726FA3: hue angle of 243.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726FA3 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 111 163 -
CMYK 0.30 0.32 0 0.36
HSL 243.46º 0.22% 0.54% -
HSV(B) 243.46º 0.32% 0.64% -
XYZ 19.23 17.59 37.03 -
YUV 117.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 114 111 163 0.30 0.32 0 0.36 243.46 0.22 0.54
Hex 72 6F A3 1E 20 0 24 F3 16 36
Octal 162 157 243 36 40 0 44 363 26 66
Binary 1110010 1101111 10100011 11110 100000 0 100100 11110011 10110 110110

Color Harmonies of #726FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FA3

Black with #726FA3

Text Example


Text Example

White with #726FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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