#7263C1

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

Shades of Slate Blue #7263C1

Tints of Slate Blue #7263C1

Color information

#7263C1 (or 0x7263C1) is unknown color: approx Slate Blue. HEX triplet: 72, 63 and C1. RGB value is (114,99,193). Sum of RGB (Red+Green+Blue) = 114+99+193=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #7263C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263C1 is #8D9C3E. Grayscale: #717171. Windows color (decimal): -9280575 or 12673906. OLE color: 12673906.

HSL color Cylindrical-coordinate representation of color #7263C1: hue angle of 249.57º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7263C1 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11499193-
CMYK0.410.4900.24
HSL249.57º43.12%57.25%-
HSV(B)249.57º48.7%75.69%-
XYZ21.0316.3552.5-
YUV114.2172.47127.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=28.08%
G=24.38%
B=47.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114991930.410.4900.24249.5743.1257.25
Hex7263C12931018fa2b39
Octal16214330151610303725371
Binary111001011000111100000110100111000101100011111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7263C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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