#7861CF

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

Shades of Slate Blue #7861CF

Tints of Slate Blue #7861CF

Color information

#7861CF (or 0x7861CF) is unknown color: approx Slate Blue. HEX triplet: 78, 61 and CF. RGB value is (120,97,207). Sum of RGB (Red+Green+Blue) = 120+97+207=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7861CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861CF is #879E30. Grayscale: #737373. Windows color (decimal): -8887857 or 13590904. OLE color: 13590904.

HSL color Cylindrical-coordinate representation of color #7861CF: hue angle of 252.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7861CF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12097207-
CMYK0.420.5300.19
HSL252.55º53.4%59.61%-
HSV(B)252.55º53.14%81.18%-
XYZ23.2817.0561.09-
YUV116.42179.12130.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 207 (81.25% from 255) = 48.82%
R=28.30%
G=22.88%
B=48.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120972070.420.5300.19252.5553.459.61
Hex7861CF2A35013fd353c
Octal17014131752650233756574
Binary111100011000011100111110101011010101001111111101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7861CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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