#726B9B

Color #726B9B Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #726B9B

Tints of Scampi #726B9B

Color information

#726B9B (or 0x726B9B) is unknown color: approx Scampi. HEX triplet: 72, 6B and 9B. RGB value is (114,107,155). Sum of RGB (Red+Green+Blue) = 114+107+155=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #726B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B9B is #8D9464. Grayscale: #727272. Windows color (decimal): -9278565 or 10185586. OLE color: 10185586.

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

Color convert

RGB114107155-
CMYK0.260.3100.39
HSL248.75º19.35%51.37%-
HSV(B)248.75º30.97%60.78%-
XYZ18.1116.4633.23-
YUV114.56150.82127.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 107 (42.19% from 255) = 28.46%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=30.32%
G=28.46%
B=41.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141071550.260.3100.39248.7519.3551.37
Hex726B9B1A1F027f91333
Octal16215323332370473712363
Binary1110010110101110011011110101111101001111111100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #726B9B;
 }
 .AnyTagClassName
 {
   color: #726B9B;
 }
</style>
background-color css

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

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

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

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

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

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