#7861CC

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

Shades of Slate Blue #7861CC

Tints of Slate Blue #7861CC

Color information

#7861CC (or 0x7861CC) is unknown color: approx Slate Blue. HEX triplet: 78, 61 and CC. RGB value is (120,97,204). Sum of RGB (Red+Green+Blue) = 120+97+204=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #7861CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861CC is #879E33. Grayscale: #737373. Windows color (decimal): -8887860 or 13394296. OLE color: 13394296.

HSL color Cylindrical-coordinate representation of color #7861CC: hue angle of 252.9º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7861CC is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12097204-
CMYK0.410.5200.2
HSL252.9º51.2%59.02%-
HSV(B)252.9º52.45%80%-
XYZ22.9216.959.18-
YUV116.07177.62130.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=28.50%
G=23.04%
B=48.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal120972040.410.5200.2252.951.259.02
Hex7861CC2934014fd333b
Octal17014131451640243756373
Binary111100011000011100110010100111010001010011111101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7861CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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