#7659DE

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

Shades of Slate Blue #7659DE

Tints of Slate Blue #7659DE

Color information

#7659DE (or 0x7659DE) is unknown color: approx Slate Blue. HEX triplet: 76, 59 and DE. RGB value is (118,89,222). Sum of RGB (Red+Green+Blue) = 118+89+222=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #7659DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659DE is #89A621. Grayscale: #707070. Windows color (decimal): -9020962 or 14571894. OLE color: 14571894.

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

Color convert

RGB11889222-
CMYK0.470.6000.13
HSL253.08º66.83%60.98%-
HSV(B)253.08º59.91%87.06%-
XYZ24.2316.2770.97-
YUV112.83189.61131.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 222 (87.11% from 255) = 51.75%
R=27.51%
G=20.75%
B=51.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118892220.470.6000.13253.0866.8360.98
Hex7659DE2F3C0Dfd433d
Octal166131336577401537510375
Binary111011010110011101111010111111110001101111111011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7659DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,89,222); }

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

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

 a { background-color: rgb(118,89,222); }

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

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

 span { border-color: rgb(118,89,222); }

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