#7649DB

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

Shades of Slate Blue #7649DB

Tints of Slate Blue #7649DB

Color information

#7649DB (or 0x7649DB) is unknown color: approx Slate Blue. HEX triplet: 76, 49 and DB. RGB value is (118,73,219). Sum of RGB (Red+Green+Blue) = 118+73+219=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #7649DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649DB is #89B624. Grayscale: #666666. Windows color (decimal): -9025061 or 14371190. OLE color: 14371190.

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

Color convert

RGB11873219-
CMYK0.460.6700.14
HSL258.49º66.97%57.25%-
HSV(B)258.49º66.67%85.88%-
XYZ22.6413.7368.47-
YUV103.1193.41138.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 73 (28.91% from 255) = 17.80%
BLUE value IS 219 (85.94% from 255) = 53.41%
R=28.78%
G=17.80%
B=53.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118732190.460.6700.14258.4966.9757.25
Hex7649DB2E430E1024339
Octal1661113335610301640210371
Binary11101101001001110110111011101000011011101000000101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7649DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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