Html Css Color HEX #726E9B Scampi

📋 copy color: '#726E9B'

red 114 ◦ green 110 ◦ blue 155

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

Shades of Scampi #726E9B

Tints of Scampi #726E9B

RGB

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

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

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

R = 30.08%
G = 29.02%
B = 40.9%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#726E9B (or 0x726E9B) is known color: Scampi. HEX triplet: 72, 6E and 9B. RGB value is (114,110,155). Sum of RGB (Red+Green+Blue) = 114+110+155=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #726E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E9B is #8D9164. Grayscale: #747474. Windows color (decimal): -9277797 or 10186354. OLE color: 10186354.

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

Color convert

RGB 114 110 155 -
CMYK 0.26 0.29 0 0.39
HSL 245.33º 0.18% 0.52% -
HSV(B) 245.33º 0.29% 0.61% -
XYZ 18.43 17.1 33.34 -
YUV 116.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 114 110 155 0.26 0.29 0 0.39 245.33 0.18 0.52
Hex 72 6E 9B 1A 1D 0 27 F5 12 34
Octal 162 156 233 32 35 0 47 365 22 64
Binary 1110010 1101110 10011011 11010 11101 0 100111 11110101 10010 110100

Color Harmonies of #726E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E9B

Black with #726E9B

Text Example


Text Example

White with #726E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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