Html Css Color HEX #726CA6 Scampi

📋 copy color: '#726CA6'

red 114 ◦ green 108 ◦ blue 166

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

Shades of Scampi #726CA6

Tints of Scampi #726CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 29.38%
G = 27.84%
B = 42.78%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#726CA6 (or 0x726CA6) is known color: Scampi. HEX triplet: 72, 6C and A6. RGB value is (114,108,166). Sum of RGB (Red+Green+Blue) = 114+108+166=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 166 - color contains mainly: blue. Hex color #726CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726CA6 is #8D9359. Grayscale: #747474. Windows color (decimal): -9278298 or 10906738. OLE color: 10906738.

HSL color Cylindrical-coordinate representation of color #726CA6: hue angle of 246.21º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #726CA6 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 108 166 -
CMYK 0.31 0.35 0 0.35
HSL 246.21º 0.25% 0.54% -
HSV(B) 246.21º 0.35% 0.65% -
XYZ 19.18 17.06 38.36 -
YUV 116.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 114 108 166 0.31 0.35 0 0.35 246.21 0.25 0.54
Hex 72 6C A6 1F 23 0 23 F6 19 36
Octal 162 154 246 37 43 0 43 366 31 66
Binary 1110010 1101100 10100110 11111 100011 0 100011 11110110 11001 110110

Color Harmonies of #726CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CA6

Black with #726CA6

Text Example


Text Example

White with #726CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,108,166); }

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

background-color css

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

 a { background-color: rgb(114,108,166); }

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

border-color css

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

 span { border-color: rgb(114,108,166); }

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