Html Css Color HEX #726CA5 Scampi

📋 copy color: '#726CA5'

red 114 ◦ green 108 ◦ blue 165

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

Shades of Scampi #726CA5

Tints of Scampi #726CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 29.46%
G = 27.91%
B = 42.64%

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

#726CA5 (or 0x726CA5) is known color: Scampi. HEX triplet: 72, 6C and A5. RGB value is (114,108,165). Sum of RGB (Red+Green+Blue) = 114+108+165=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 165 - color contains mainly: blue. Hex color #726CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726CA5 is #8D935A. Grayscale: #747474. Windows color (decimal): -9278299 or 10841202. OLE color: 10841202.

HSL color Cylindrical-coordinate representation of color #726CA5: hue angle of 246.32º degrees, saturation: 0.24, 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 #726CA5 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 108 165 -
CMYK 0.31 0.35 0 0.35
HSL 246.32º 0.24% 0.54% -
HSV(B) 246.32º 0.35% 0.65% -
XYZ 19.09 17.02 37.88 -
YUV 116.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 114 108 165 0.31 0.35 0 0.35 246.32 0.24 0.54
Hex 72 6C A5 1F 23 0 23 F6 18 36
Octal 162 154 245 37 43 0 43 366 30 66
Binary 1110010 1101100 10100101 11111 100011 0 100011 11110110 11000 110110

Color Harmonies of #726CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726CA5

Black with #726CA5

Text Example


Text Example

White with #726CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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