#7868CF

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

Shades of Slate Blue #7868CF

Tints of Slate Blue #7868CF

Color information

#7868CF (or 0x7868CF) is unknown color: approx Slate Blue. HEX triplet: 78, 68 and CF. RGB value is (120,104,207). Sum of RGB (Red+Green+Blue) = 120+104+207=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #7868CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7868CF is #879730. Grayscale: #787878. Windows color (decimal): -8886065 or 13592696. OLE color: 13592696.

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

Color convert

RGB120104207-
CMYK0.420.5000.19
HSL249.32º51.76%60.98%-
HSV(B)249.32º49.76%81.18%-
XYZ23.9618.461.32-
YUV120.53176.8127.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=27.84%
G=24.13%
B=48.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201042070.420.5000.19249.3251.7660.98
Hex7868CF2A32013f9343d
Octal17015031752620233716475
Binary111100011010001100111110101011001001001111111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7868CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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