#7865C1

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

Shades of Slate Blue #7865C1

Tints of Slate Blue #7865C1

Color information

#7865C1 (or 0x7865C1) is unknown color: approx Slate Blue. HEX triplet: 78, 65 and C1. RGB value is (120,101,193). Sum of RGB (Red+Green+Blue) = 120+101+193=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #7865C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865C1 is #879A3E. Grayscale: #747474. Windows color (decimal): -8886847 or 12674424. OLE color: 12674424.

HSL color Cylindrical-coordinate representation of color #7865C1: hue angle of 252.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7865C1 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120101193-
CMYK0.380.4800.24
HSL252.39º42.59%57.65%-
HSV(B)252.39º47.67%75.69%-
XYZ22.0317.1552.6-
YUV117.17170.79130.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 193 (75.78% from 255) = 46.62%
R=28.99%
G=24.40%
B=46.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201011930.380.4800.24252.3942.5957.65
Hex7865C12630018fc2b3a
Octal17014530146600303745372
Binary111100011001011100000110011011000001100011111100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7865C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7865C1; }

 p { color: rgb(120,101,193); }

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

<style>
 a { background-color: #7865C1; }

 a { background-color: rgb(120,101,193); }

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

<style>
 span { border-color: #7865C1; }

 span { border-color: rgb(120,101,193); }

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