#7568DE

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

Shades of Medium Slate Blue #7568DE

Tints of Medium Slate Blue #7568DE

Color information

#7568DE (or 0x7568DE) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 68 and DE. RGB value is (117,104,222). Sum of RGB (Red+Green+Blue) = 117+104+222=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #7568DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568DE is #8A9721. Grayscale: #787878. Windows color (decimal): -9082658 or 14575733. OLE color: 14575733.

HSL color Cylindrical-coordinate representation of color #7568DE: hue angle of 246.61º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7568DE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117104222-
CMYK0.470.5300.13
HSL246.61º64.13%63.92%-
HSV(B)246.61º53.15%87.06%-
XYZ25.4718.9671.42-
YUV121.34184.81124.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 222 (87.11% from 255) = 50.11%
R=26.41%
G=23.48%
B=50.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171042220.470.5300.13246.6164.1363.92
Hex7568DE2F350Df74040
Octal1651503365765015367100100
Binary1110101110100011011110101111110101011011111011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7568DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,104,222); }

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

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

 a { background-color: rgb(117,104,222); }

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

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

 span { border-color: rgb(117,104,222); }

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