#7861DA

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

Shades of Slate Blue #7861DA

Tints of Slate Blue #7861DA

Color information

#7861DA (or 0x7861DA) is unknown color: approx Slate Blue. HEX triplet: 78, 61 and DA. RGB value is (120,97,218). Sum of RGB (Red+Green+Blue) = 120+97+218=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #7861DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861DA is #879E25. Grayscale: #757575. Windows color (decimal): -8887846 or 14311800. OLE color: 14311800.

HSL color Cylindrical-coordinate representation of color #7861DA: hue angle of 251.4º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7861DA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12097218-
CMYK0.450.5600.15
HSL251.4º62.05%61.76%-
HSV(B)251.4º55.5%85.49%-
XYZ24.6817.668.43-
YUV117.67184.62129.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 218 (85.55% from 255) = 50.11%
R=27.59%
G=22.30%
B=50.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120972180.450.5600.15251.462.0561.76
Hex7861DA2D380Ffb3e3e
Octal17014133255700173737676
Binary11110001100001110110101011011110000111111111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7861DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7861DA; }

 p { color: rgb(120,97,218); }

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

<style>
 a { background-color: #7861DA; }

 a { background-color: rgb(120,97,218); }

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

<style>
 span { border-color: #7861DA; }

 span { border-color: rgb(120,97,218); }

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