Html Css Color HEX #726FA4 Scampi

📋 copy color: '#726FA4'

red 114 ◦ green 111 ◦ blue 164

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

Shades of Scampi #726FA4

Tints of Scampi #726FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 29.31%
G = 28.53%
B = 42.16%

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

#726FA4 (or 0x726FA4) is known color: Scampi. HEX triplet: 72, 6F and A4. RGB value is (114,111,164). Sum of RGB (Red+Green+Blue) = 114+111+164=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #726FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FA4 is #8D905B. Grayscale: #757575. Windows color (decimal): -9277532 or 10776434. OLE color: 10776434.

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

Color convert

RGB 114 111 164 -
CMYK 0.30 0.32 0 0.36
HSL 243.4º 0.23% 0.54% -
HSV(B) 243.4º 0.32% 0.64% -
XYZ 19.32 17.63 37.51 -
YUV 117.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 114 111 164 0.30 0.32 0 0.36 243.4 0.23 0.54
Hex 72 6F A4 1E 20 0 24 F3 17 36
Octal 162 157 244 36 40 0 44 363 27 66
Binary 1110010 1101111 10100100 11110 100000 0 100100 11110011 10111 110110

Color Harmonies of #726FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FA4

Black with #726FA4

Text Example


Text Example

White with #726FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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