Html Css Color HEX #726D9B Scampi

📋 copy color: '#726D9B'

red 114 ◦ green 109 ◦ blue 155

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

Shades of Scampi #726D9B

Tints of Scampi #726D9B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 30.16%
G = 28.84%
B = 41.01%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#726D9B (or 0x726D9B) is known color: Scampi. HEX triplet: 72, 6D and 9B. RGB value is (114,109,155). Sum of RGB (Red+Green+Blue) = 114+109+155=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #726D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D9B is #8D9264. Grayscale: #737373. Windows color (decimal): -9278053 or 10186098. OLE color: 10186098.

HSL color Cylindrical-coordinate representation of color #726D9B: hue angle of 246.52º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726D9B is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 109 155 -
CMYK 0.26 0.30 0 0.39
HSL 246.52º 0.19% 0.52% -
HSV(B) 246.52º 0.3% 0.61% -
XYZ 18.32 16.88 33.3 -
YUV 115.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 114 109 155 0.26 0.30 0 0.39 246.52 0.19 0.52
Hex 72 6D 9B 1A 1E 0 27 F7 13 34
Octal 162 155 233 32 36 0 47 367 23 64
Binary 1110010 1101101 10011011 11010 11110 0 100111 11110111 10011 110100

Color Harmonies of #726D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D9B

Black with #726D9B

Text Example


Text Example

White with #726D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,155); }

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

background-color css

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

 a { background-color: rgb(114,109,155); }

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

border-color css

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

 span { border-color: rgb(114,109,155); }

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