#7263DE

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

Shades of Medium Slate Blue #7263DE

Tints of Medium Slate Blue #7263DE

Color information

#7263DE (or 0x7263DE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 63 and DE. RGB value is (114,99,222). Sum of RGB (Red+Green+Blue) = 114+99+222=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #7263DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263DE is #8D9C21. Grayscale: #757575. Windows color (decimal): -9280546 or 14574450. OLE color: 14574450.

HSL color Cylindrical-coordinate representation of color #7263DE: hue angle of 247.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7263DE is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11499222-
CMYK0.490.5500.13
HSL247.32º65.08%62.94%-
HSV(B)247.32º55.41%87.06%-
XYZ24.5917.7871.24-
YUV117.51186.97125.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 222 (87.11% from 255) = 51.03%
R=26.21%
G=22.76%
B=51.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114992220.490.5500.13247.3265.0862.94
Hex7263DE31370Df7413f
Octal162143336616701536710177
Binary111001011000111101111011000111011101101111101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7263DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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