#7569CE

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

Shades of Slate Blue #7569CE

Tints of Slate Blue #7569CE

Color information

#7569CE (or 0x7569CE) is unknown color: approx Slate Blue. HEX triplet: 75, 69 and CE. RGB value is (117,105,206). Sum of RGB (Red+Green+Blue) = 117+105+206=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #7569CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569CE is #8A9631. Grayscale: #777777. Windows color (decimal): -9082418 or 13527413. OLE color: 13527413.

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

Color convert

RGB117105206-
CMYK0.430.4900.19
HSL247.13º50.75%60.98%-
HSV(B)247.13º49.03%80.78%-
XYZ23.5318.3460.69-
YUV120.1176.48125.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=27.34%
G=24.53%
B=48.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171052060.430.4900.19247.1350.7560.98
Hex7569CE2B31013f7333d
Octal16515131653610233676375
Binary111010111010011100111010101111000101001111110111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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