#7263C6

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

Shades of Slate Blue #7263C6

Tints of Slate Blue #7263C6

Color information

#7263C6 (or 0x7263C6) is unknown color: approx Slate Blue. HEX triplet: 72, 63 and C6. RGB value is (114,99,198). Sum of RGB (Red+Green+Blue) = 114+99+198=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #7263C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263C6 is #8D9C39. Grayscale: #727272. Windows color (decimal): -9280570 or 13001586. OLE color: 13001586.

HSL color Cylindrical-coordinate representation of color #7263C6: hue angle of 249.09º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7263C6 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11499198-
CMYK0.420.5000.22
HSL249.09º46.48%58.24%-
HSV(B)249.09º50%77.65%-
XYZ21.5916.5855.49-
YUV114.77174.97127.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 198 (77.73% from 255) = 48.18%
R=27.74%
G=24.09%
B=48.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114991980.420.5000.22249.0946.4858.24
Hex7263C62A32016f92e3a
Octal16214330652620263715672
Binary111001011000111100011010101011001001011011111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7263C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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