Html Css Color HEX #726E9F Scampi

📋 copy color: '#726E9F'

red 114 ◦ green 110 ◦ blue 159

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

Shades of Scampi #726E9F

Tints of Scampi #726E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 29.77%
G = 28.72%
B = 41.51%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#726E9F (or 0x726E9F) is known color: Scampi. HEX triplet: 72, 6E and 9F. RGB value is (114,110,159). Sum of RGB (Red+Green+Blue) = 114+110+159=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #726E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E9F is #8D9160. Grayscale: #747474. Windows color (decimal): -9277793 or 10448498. OLE color: 10448498.

HSL color Cylindrical-coordinate representation of color #726E9F: hue angle of 244.9º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #726E9F is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 110 159 -
CMYK 0.28 0.31 0 0.38
HSL 244.9º 0.2% 0.53% -
HSV(B) 244.9º 0.31% 0.62% -
XYZ 18.77 17.23 35.14 -
YUV 116.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 114 110 159 0.28 0.31 0 0.38 244.9 0.2 0.53
Hex 72 6E 9F 1C 1F 0 26 F5 14 35
Octal 162 156 237 34 37 0 46 365 24 65
Binary 1110010 1101110 10011111 11100 11111 0 100110 11110101 10100 110101

Color Harmonies of #726E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E9F

Black with #726E9F

Text Example


Text Example

White with #726E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,159); }

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

background-color css

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

 a { background-color: rgb(114,110,159); }

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

border-color css

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

 span { border-color: rgb(114,110,159); }

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