#7563D8

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

Shades of Slate Blue #7563D8

Tints of Slate Blue #7563D8

Color information

#7563D8 (or 0x7563D8) is unknown color: approx Slate Blue. HEX triplet: 75, 63 and D8. RGB value is (117,99,216). Sum of RGB (Red+Green+Blue) = 117+99+216=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #7563D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7563D8 is #8A9C27. Grayscale: #757575. Windows color (decimal): -9083944 or 14181237. OLE color: 14181237.

HSL color Cylindrical-coordinate representation of color #7563D8: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7563D8 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11799216-
CMYK0.460.5400.15
HSL249.23º60%61.76%-
HSV(B)249.23º54.17%84.71%-
XYZ24.1917.6667.1-
YUV117.72183.46127.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 216 (84.77% from 255) = 50%
R=27.08%
G=22.92%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117992160.460.5400.15249.236061.76
Hex7563D82E360Ff93c3e
Octal16514333056660173717476
Binary11101011100011110110001011101101100111111111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7563D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7563D8; }

 p { color: rgb(117,99,216); }

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

<style>
 a { background-color: #7563D8; }

 a { background-color: rgb(117,99,216); }

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

<style>
 span { border-color: #7563D8; }

 span { border-color: rgb(117,99,216); }

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