#7848D0

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

Shades of Slate Blue #7848D0

Tints of Slate Blue #7848D0

Color information

#7848D0 (or 0x7848D0) is unknown color: approx Slate Blue. HEX triplet: 78, 48 and D0. RGB value is (120,72,208). Sum of RGB (Red+Green+Blue) = 120+72+208=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #7848D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7848D0 is #87B72F. Grayscale: #656565. Windows color (decimal): -8894256 or 13650040. OLE color: 13650040.

HSL color Cylindrical-coordinate representation of color #7848D0: hue angle of 261.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7848D0 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12072208-
CMYK0.420.6500.18
HSL261.18º59.13%54.9%-
HSV(B)261.18º65.38%81.57%-
XYZ21.4513.1861.09-
YUV101.86187.9140.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 208 (81.64% from 255) = 52%
R=30%
G=18%
B=52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120722080.420.6500.18261.1859.1354.9
Hex7848D02A410121053b37
Octal170110320521010224057367
Binary11110001001000110100001010101000001010010100000101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7848D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7848D0; }

 p { color: rgb(120,72,208); }

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

<style>
 a { background-color: #7848D0; }

 a { background-color: rgb(120,72,208); }

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

<style>
 span { border-color: #7848D0; }

 span { border-color: rgb(120,72,208); }

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