#7659DB

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

Shades of Slate Blue #7659DB

Tints of Slate Blue #7659DB

Color information

#7659DB (or 0x7659DB) is unknown color: approx Slate Blue. HEX triplet: 76, 59 and DB. RGB value is (118,89,219). Sum of RGB (Red+Green+Blue) = 118+89+219=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #7659DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659DB is #89A624. Grayscale: #707070. Windows color (decimal): -9020965 or 14375286. OLE color: 14375286.

HSL color Cylindrical-coordinate representation of color #7659DB: hue angle of 253.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7659DB is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11889219-
CMYK0.460.5900.14
HSL253.38º64.36%60.39%-
HSV(B)253.38º59.36%85.88%-
XYZ23.8316.1168.87-
YUV112.49188.11131.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 219 (85.94% from 255) = 51.41%
R=27.70%
G=20.89%
B=51.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118892190.460.5900.14253.3864.3660.39
Hex7659DB2E3B0Efd403c
Octal166131333567301637510074
Binary111011010110011101101110111011101101110111111011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7659DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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