#7848C9

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

Shades of Slate Blue #7848C9

Tints of Slate Blue #7848C9

Color information

#7848C9 (or 0x7848C9) is unknown color: approx Slate Blue. HEX triplet: 78, 48 and C9. RGB value is (120,72,201). Sum of RGB (Red+Green+Blue) = 120+72+201=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #7848C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7848C9 is #87B736. Grayscale: #646464. Windows color (decimal): -8894263 or 13191288. OLE color: 13191288.

HSL color Cylindrical-coordinate representation of color #7848C9: hue angle of 262.33º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7848C9 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12072201-
CMYK0.400.6400.21
HSL262.33º54.43%53.53%-
HSV(B)262.33º64.18%78.82%-
XYZ20.6112.8456.65-
YUV101.06184.4141.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 201 (78.91% from 255) = 51.15%
R=30.53%
G=18.32%
B=51.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120722010.400.6400.21262.3354.4353.53
Hex7848C928400151063636
Octal170110311501000254066666
Binary11110001001000110010011010001000000010101100000110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7848C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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