Html Css Color HEX #726FA5 Scampi

📋 copy color: '#726FA5'

red 114 ◦ green 111 ◦ blue 165

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

Shades of Scampi #726FA5

Tints of Scampi #726FA5

RGB

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

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

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

R = 29.23%
G = 28.46%
B = 42.31%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#726FA5 (or 0x726FA5) is known color: Scampi. HEX triplet: 72, 6F and A5. RGB value is (114,111,165). Sum of RGB (Red+Green+Blue) = 114+111+165=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 165 - color contains mainly: blue. Hex color #726FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FA5 is #8D905A. Grayscale: #757575. Windows color (decimal): -9277531 or 10841970. OLE color: 10841970.

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

Color convert

RGB 114 111 165 -
CMYK 0.31 0.33 0 0.35
HSL 243.33º 0.23% 0.54% -
HSV(B) 243.33º 0.33% 0.65% -
XYZ 19.42 17.66 37.98 -
YUV 118.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 114 111 165 0.31 0.33 0 0.35 243.33 0.23 0.54
Hex 72 6F A5 1F 21 0 23 F3 17 36
Octal 162 157 245 37 41 0 43 363 27 66
Binary 1110010 1101111 10100101 11111 100001 0 100011 11110011 10111 110110

Color Harmonies of #726FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FA5

Black with #726FA5

Text Example


Text Example

White with #726FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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