#7569D8

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

Shades of Slate Blue #7569D8

Tints of Slate Blue #7569D8

Color information

#7569D8 (or 0x7569D8) is unknown color: approx Slate Blue. HEX triplet: 75, 69 and D8. RGB value is (117,105,216). Sum of RGB (Red+Green+Blue) = 117+105+216=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #7569D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569D8 is #8A9627. Grayscale: #787878. Windows color (decimal): -9082408 or 14182773. OLE color: 14182773.

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

Color convert

RGB117105216-
CMYK0.460.5100.15
HSL246.49º58.73%62.94%-
HSV(B)246.49º51.39%84.71%-
XYZ24.7818.8467.3-
YUV121.24181.48124.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 216 (84.77% from 255) = 49.32%
R=26.71%
G=23.97%
B=49.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171052160.460.5100.15246.4958.7362.94
Hex7569D82E330Ff63b3f
Octal16515133056630173667377
Binary11101011101001110110001011101100110111111110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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