Html Css Color HEX #726F8D Scampi

📋 copy color: '#726F8D'

red 114 ◦ green 111 ◦ blue 141

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

Shades of Scampi #726F8D

Tints of Scampi #726F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 31.15%
G = 30.33%
B = 38.52%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#726F8D (or 0x726F8D) is known color: Scampi. HEX triplet: 72, 6F and 8D. RGB value is (114,111,141). Sum of RGB (Red+Green+Blue) = 114+111+141=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #726F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F8D is #8D9072. Grayscale: #737373. Windows color (decimal): -9277555 or 9269106. OLE color: 9269106.

HSL color Cylindrical-coordinate representation of color #726F8D: hue angle of 246º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726F8D is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 111 141 -
CMYK 0.19 0.21 0 0.45
HSL 246º 0.12% 0.49% -
HSV(B) 246º 0.21% 0.55% -
XYZ 17.43 16.87 27.54 -
YUV 115.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 114 111 141 0.19 0.21 0 0.45 246 0.12 0.49
Hex 72 6F 8D 13 15 0 2D F6 C 31
Octal 162 157 215 23 25 0 55 366 14 61
Binary 1110010 1101111 10001101 10011 10101 0 101101 11110110 1100 110001

Color Harmonies of #726F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F8D

Black with #726F8D

Text Example


Text Example

White with #726F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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