#7563cb

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

Shades of Slate Blue #7563CB

Tints of Slate Blue #7563CB

Color information

#7563CB (or 0x7563CB) is unknown color: approx Slate Blue. HEX triplet: 75, 63 and CB. RGB value is (117,99,203). Sum of RGB (Red+Green+Blue) = 117+99+203=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #7563CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7563CB is #8A9C34. Grayscale: #737373. Windows color (decimal): -9083957 or 13329269. OLE color: 13329269.

HSL color Cylindrical-coordinate representation of color #7563CB: hue angle of 250.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7563CB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11799203-
CMYK0.420.5100.20
HSL250.38º50%59.22%-
HSV(B)250.38º51.23%79.61%-
XYZ22.5817.0258.59-
YUV116.24176.96128.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=27.92%
G=23.63%
B=48.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117992030.420.5100.20250.385059.22
Hex7563CB2A33014fa323b
Octal16514331352630243726273
Binary111010111000111100101110101011001101010011111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7563cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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