#7859c4

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

Shades of Slate Blue #7859C4

Tints of Slate Blue #7859C4

Color information

#7859C4 (or 0x7859C4) is unknown color: approx Slate Blue. HEX triplet: 78, 59 and C4. RGB value is (120,89,196). Sum of RGB (Red+Green+Blue) = 120+89+196=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #7859C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859C4 is #87A63B. Grayscale: #6E6E6E. Windows color (decimal): -8889916 or 12867960. OLE color: 12867960.

HSL color Cylindrical-coordinate representation of color #7859C4: hue angle of 257.38º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7859C4 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12089196-
CMYK0.390.5500.23
HSL257.38º47.56%55.88%-
HSV(B)257.38º54.59%76.86%-
XYZ21.2815.1254.02-
YUV110.47176.27134.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 196 (76.95% from 255) = 48.40%
R=29.63%
G=21.98%
B=48.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120891960.390.5500.23257.3847.5655.88
Hex7859C427370171013038
Octal17013130447670274016070
Binary1111000101100111000100100111110111010111100000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7859c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7859c4; }

 p { color: rgb(120,89,196); }

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

<style>
 a { background-color: #7859c4; }

 a { background-color: rgb(120,89,196); }

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

<style>
 span { border-color: #7859c4; }

 span { border-color: rgb(120,89,196); }

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