#7268AC

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

Shades of Scampi #7268AC

Tints of Scampi #7268AC

Color information

#7268AC (or 0x7268AC) is unknown color: approx Scampi. HEX triplet: 72, 68 and AC. RGB value is (114,104,172). Sum of RGB (Red+Green+Blue) = 114+104+172=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #7268AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7268AC is #8D9753. Grayscale: #727272. Windows color (decimal): -9279316 or 11298930. OLE color: 11298930.

HSL color Cylindrical-coordinate representation of color #7268AC: hue angle of 248.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7268AC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114104172-
CMYK0.340.4000.33
HSL248.82º29.06%54.12%-
HSV(B)248.82º39.53%67.45%-
XYZ19.3416.4641.19-
YUV114.74160.31127.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=29.23%
G=26.67%
B=44.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141041720.340.4000.33248.8229.0654.12
Hex7268AC2228021f91d36
Octal16215025442500413713566
Binary111001011010001010110010001010100001000011111100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7268AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7268AC; }

 p { color: rgb(114,104,172); }

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

<style>
 a { background-color: #7268AC; }

 a { background-color: rgb(114,104,172); }

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

<style>
 span { border-color: #7268AC; }

 span { border-color: rgb(114,104,172); }

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