#7263AB

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

Shades of Scampi #7263AB

Tints of Scampi #7263AB

Color information

#7263AB (or 0x7263AB) is unknown color: approx Scampi. HEX triplet: 72, 63 and AB. RGB value is (114,99,171). Sum of RGB (Red+Green+Blue) = 114+99+171=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #7263AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7263AB is #8D9C54. Grayscale: #6F6F6F. Windows color (decimal): -9280597 or 11232114. OLE color: 11232114.

HSL color Cylindrical-coordinate representation of color #7263AB: hue angle of 252.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7263AB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11499171-
CMYK0.330.4200.33
HSL252.5º30%52.94%-
HSV(B)252.5º42.11%67.06%-
XYZ18.7515.4440.52-
YUV111.69161.47129.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=29.69%
G=25.78%
B=44.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114991710.330.4200.33252.53052.94
Hex7263AB212A021fc1e35
Octal16214325341520413743665
Binary111001011000111010101110000110101001000011111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7263AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7263AB; }

 p { color: rgb(114,99,171); }

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

<style>
 a { background-color: #7263AB; }

 a { background-color: rgb(114,99,171); }

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

<style>
 span { border-color: #7263AB; }

 span { border-color: rgb(114,99,171); }

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