#7648DB

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

Shades of Slate Blue #7648DB

Tints of Slate Blue #7648DB

Color information

#7648DB (or 0x7648DB) is unknown color: approx Slate Blue. HEX triplet: 76, 48 and DB. RGB value is (118,72,219). Sum of RGB (Red+Green+Blue) = 118+72+219=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #7648DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7648DB is #89B724. Grayscale: #656565. Windows color (decimal): -9025317 or 14370934. OLE color: 14370934.

HSL color Cylindrical-coordinate representation of color #7648DB: hue angle of 258.78º 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 #7648DB is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11872219-
CMYK0.460.6700.14
HSL258.78º67.12%57.06%-
HSV(B)258.78º67.12%85.88%-
XYZ22.5713.668.45-
YUV102.51193.74139.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 219 (85.94% from 255) = 53.55%
R=28.85%
G=17.60%
B=53.55%

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
Decimal118722190.460.6700.14258.7867.1257.06
Hex7648DB2E430E1034339
Octal1661103335610301640310371
Binary11101101001000110110111011101000011011101000000111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7648DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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