#7568CE

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

Shades of Slate Blue #7568CE

Tints of Slate Blue #7568CE

Color information

#7568CE (or 0x7568CE) is unknown color: approx Slate Blue. HEX triplet: 75, 68 and CE. RGB value is (117,104,206). Sum of RGB (Red+Green+Blue) = 117+104+206=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #7568CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7568CE is #8A9731. Grayscale: #777777. Windows color (decimal): -9082674 or 13527157. OLE color: 13527157.

HSL color Cylindrical-coordinate representation of color #7568CE: hue angle of 247.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7568CE is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117104206-
CMYK0.430.5000.19
HSL247.65º51%60.78%-
HSV(B)247.65º49.51%80.78%-
XYZ23.4318.1460.66-
YUV119.51176.81126.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.40%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=27.40%
G=24.36%
B=48.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171042060.430.5000.19247.655160.78
Hex7568CE2B32013f8333d
Octal16515031653620233706375
Binary111010111010001100111010101111001001001111111000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7568CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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