#7648DD

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

Shades of Slate Blue #7648DD

Tints of Slate Blue #7648DD

Color information

#7648DD (or 0x7648DD) is unknown color: approx Slate Blue. HEX triplet: 76, 48 and DD. RGB value is (118,72,221). Sum of RGB (Red+Green+Blue) = 118+72+221=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #7648DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7648DD is #89B722. Grayscale: #666666. Windows color (decimal): -9025315 or 14502006. OLE color: 14502006.

HSL color Cylindrical-coordinate representation of color #7648DD: hue angle of 258.52º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7648DD is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11872221-
CMYK0.470.6700.13
HSL258.52º68.66%57.45%-
HSV(B)258.52º67.42%86.67%-
XYZ22.8413.7169.85-
YUV102.74194.74138.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=28.71%
G=17.52%
B=53.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118722210.470.6700.13258.5268.6657.45
Hex7648DD2F430D1034539
Octal1661103355710301540310571
Binary11101101001000110111011011111000011011011000000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7648DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7648DD; }

 p { color: rgb(118,72,221); }

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

<style>
 a { background-color: #7648DD; }

 a { background-color: rgb(118,72,221); }

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

<style>
 span { border-color: #7648DD; }

 span { border-color: rgb(118,72,221); }

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